feat: naive scrobbling integration
This commit is contained in:
@@ -33,7 +33,17 @@ const persistConfig: PersistConfig<Omit<AppState, '_persist'>> = {
|
||||
queued: []
|
||||
}
|
||||
};
|
||||
}
|
||||
},
|
||||
// @ts-expect-error migrations are poorly typed
|
||||
3: (state: AppState) => {
|
||||
return {
|
||||
...state,
|
||||
settings: {
|
||||
...state.settings,
|
||||
enablePlaybackReporting: true,
|
||||
}
|
||||
};
|
||||
},
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user