mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 05:02:06 +00:00
fix: player status when play at start
This commit is contained in:
@ -36,6 +36,9 @@ function registerShortcuts(win, options) {
|
|||||||
'xesam:title': songInfo.title,
|
'xesam:title': songInfo.title,
|
||||||
'xesam:artist': songInfo.artist
|
'xesam:artist': songInfo.artist
|
||||||
};
|
};
|
||||||
|
if (!songInfo.isPaused) {
|
||||||
|
player.playbackStatus = "Playing"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user