mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +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", {});
|
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) => {
|
">=1.13.0": (store) => {
|
||||||
if (store.get("plugins.discord.listenAlong") === undefined) {
|
if (store.get("plugins.discord.listenAlong") === undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user