Merge branch 'origin-master' into feat/fork-to-main

This commit is contained in:
JellyBrick
2023-10-07 12:01:06 +09:00
7 changed files with 356 additions and 14 deletions

View File

@ -161,9 +161,10 @@ export default (
state: songInfo.artist,
largeImageKey: songInfo.imageSrc ?? '',
largeImageText: songInfo.album ?? '',
buttons: options.listenAlong ? [
{ label: 'Listen Along', url: songInfo.url ?? '' },
] : undefined,
buttons: [
...(options.listenAlong ? [{ label: 'Listen Along', url: songInfo.url ?? '' }] : []),
{ label: 'View App On GitHub', url: 'https://github.com/th-ch/youtube-music' },
],
};
if (songInfo.isPaused) {