mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix: scrobbler migration
This commit is contained in:
@ -53,6 +53,7 @@ const migrations = {
|
|||||||
secret: lastfmConfig.secret,
|
secret: lastfmConfig.secret,
|
||||||
};
|
};
|
||||||
store.set('plugins.scrobbler', scrobblerConfig);
|
store.set('plugins.scrobbler', scrobblerConfig);
|
||||||
|
store.delete('plugins.lastfm');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'>=3.0.0'(store: Conf<Record<string, unknown>>) {
|
'>=3.0.0'(store: Conf<Record<string, unknown>>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user