mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
impl more settings state
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user