Making the new setting optional

This commit is contained in:
Derek Paschal
2023-11-14 08:51:29 -06:00
parent ce9802d5d4
commit 13dd3cad54
2 changed files with 3 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ export interface PublicSettingsResponse {
jellyfinHost?: string;
jellyfinExternalHost?: string;
jellyfinServerName?: string;
jellyfinForgotPasswordUrl?: string;
initialized: boolean;
applicationTitle: string;
applicationUrl: string;
@@ -41,7 +42,6 @@ export interface PublicSettingsResponse {
locale: string;
emailEnabled: boolean;
newPlexLogin: boolean;
jellyfinForgotPasswordUrl: string;
}
export interface CacheItem {