mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
fix: apply fix from eslint
This commit is contained in:
@ -92,7 +92,9 @@ export default createPlugin({
|
||||
|
||||
// Get image source
|
||||
songImage.icon = (
|
||||
songInfo.image ? songInfo.image : nativeImage.createFromPath(youtubeMusicIcon)
|
||||
songInfo.image
|
||||
? songInfo.image
|
||||
: nativeImage.createFromPath(youtubeMusicIcon)
|
||||
).resize({ height: 23 });
|
||||
|
||||
window.setTouchBar(touchBar);
|
||||
|
||||
Reference in New Issue
Block a user