mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
@ -55,7 +55,7 @@ function firstRun() {
|
|||||||
setTooltip(options.savedVolume);
|
setTooltip(options.savedVolume);
|
||||||
|
|
||||||
if (api.getVolume() !== options.savedVolume) {
|
if (api.getVolume() !== options.savedVolume) {
|
||||||
api.setVolume(options.savedVolume);
|
setVolume(options.savedVolume);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user