feat: disable plex login if owner doesnt have plex linked

This commit is contained in:
Ryan Cohen
2022-09-14 20:00:54 +09:00
committed by sct
parent 6be30cdbed
commit 05bb8f8f9c
8 changed files with 59 additions and 41 deletions

View File

@@ -37,6 +37,7 @@ export interface PublicSettingsResponse {
locale: string;
emailEnabled: boolean;
newPlexLogin: boolean;
plexLoginEnabled: boolean;
}
export interface CacheItem {