impl more settings state

This commit is contained in:
austinried
2021-08-16 18:11:08 +09:00
parent b5392b6731
commit faabe00c7e
7 changed files with 270 additions and 50 deletions

View File

@@ -4,7 +4,6 @@ export interface Server {
username: string
token: string
salt: string
scrobble: boolean
}
export interface AppSettings {
@@ -13,4 +12,8 @@ export interface AppSettings {
lists: string[]
}
activeServer?: string
scrobble: boolean
estimateContentLength: boolean
maxBitrateWifi: number
maxBitrateMobile: number
}