Skip to content

Commit 7b41775

Browse files
committed
fix(store): fix migrator
1 parent 6284b87 commit 7b41775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type IStore = InstanceType<
1111
>;
1212

1313
const migrations = {
14-
'>=3.4.0'(store: IStore) {
14+
'>=3.10.0'(store: IStore) {
1515
const lyricGeniusConfig = store.get('plugins.lyrics-genius') as
1616
| {
1717
enabled?: boolean;

0 commit comments

Comments
 (0)