mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
Fix styling of store migrations
This commit is contained in:
@ -9,7 +9,7 @@ const migrations = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
">=1.12.0": (store) => {
|
">=1.12.0": (store) => {
|
||||||
const options = store.get("plugins.shortcuts")
|
const options = store.get("plugins.shortcuts");
|
||||||
let updated = false;
|
let updated = false;
|
||||||
for (const optionType of ["global", "local"]) {
|
for (const optionType of ["global", "local"]) {
|
||||||
if (Array.isArray(options[optionType])) {
|
if (Array.isArray(options[optionType])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user