impl scrobble & scrobble setting

works even in background thanks zustand
This commit is contained in:
austinried
2021-08-04 17:59:43 +09:00
parent 706e57aa77
commit efc7e5c799
7 changed files with 106 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ export interface Server {
username: string
token: string
salt: string
scrobble: boolean
}
export interface AppSettings {