mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
fix(store): fix migrator
This commit is contained in:
@ -11,7 +11,7 @@ export type IStore = InstanceType<
|
|||||||
>;
|
>;
|
||||||
|
|
||||||
const migrations = {
|
const migrations = {
|
||||||
'>=3.4.0'(store: IStore) {
|
'>=3.10.0'(store: IStore) {
|
||||||
const lyricGeniusConfig = store.get('plugins.lyrics-genius') as
|
const lyricGeniusConfig = store.get('plugins.lyrics-genius') as
|
||||||
| {
|
| {
|
||||||
enabled?: boolean;
|
enabled?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user