feat(rebase): rebase

This commit is contained in:
Aiden Vigue
2021-02-15 20:29:55 -05:00
parent 9d61092f37
commit 3357343d98
14 changed files with 420 additions and 195 deletions

View File

@@ -35,9 +35,7 @@ export interface JellyfinSettings {
name: string;
hostname?: string;
libraries: Library[];
adminUser: string;
adminPass: string;
serverID: string;
serverId: string;
}
interface DVRSettings {
@@ -223,9 +221,7 @@ class Settings {
name: '',
hostname: '',
libraries: [],
adminUser: '',
adminPass: '',
serverID: '',
serverId: '',
},
radarr: [],
sonarr: [],