mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Migrate old "hide-video-player" plugin to new one
This commit is contained in:
@ -9,6 +9,11 @@ const migrations = {
|
||||
) {
|
||||
store.set("plugins.precise-volume.globalShortcuts", {});
|
||||
}
|
||||
|
||||
if (store.get("plugins.hide-video-player.enabled")) {
|
||||
store.delete("plugins.hide-video-player");
|
||||
store.set("plugins.video-toggle.enabled", true);
|
||||
}
|
||||
},
|
||||
">=1.13.0": (store) => {
|
||||
if (store.get("plugins.discord.listenAlong") === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user