feat(api): allow plex logins from users who have access to the server

This commit is contained in:
sct
2020-09-19 23:28:39 +09:00
parent 8f6247d821
commit 514714071d
5 changed files with 97 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ interface Library {
interface PlexSettings {
name: string;
machineId: string;
machineId?: string;
ip: string;
port: number;
libraries: Library[];
@@ -67,10 +67,9 @@ class Settings {
apiKey: 'temp',
},
plex: {
name: 'Main Server',
name: '',
ip: '127.0.0.1',
port: 32400,
machineId: '',
libraries: [],
},
radarr: [],