feat(frontend): plex settings page

This commit is contained in:
sct
2020-10-30 10:49:35 +00:00
parent 33da7e9df3
commit 47714b698c
7 changed files with 364 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ export interface Library {
enabled: boolean;
}
interface PlexSettings {
export interface PlexSettings {
name: string;
machineId?: string;
ip: string;