File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export interface PublicSettingsResponse {
2424 jellyfinHost ?: string ;
2525 jellyfinExternalHost ?: string ;
2626 jellyfinServerName ?: string ;
27+ jellyfinForgotPasswordUrl ?: string ;
2728 initialized : boolean ;
2829 applicationTitle : string ;
2930 applicationUrl : string ;
@@ -41,7 +42,6 @@ export interface PublicSettingsResponse {
4142 locale : string ;
4243 emailEnabled : boolean ;
4344 newPlexLogin : boolean ;
44- jellyfinForgotPasswordUrl : string ;
4545}
4646
4747export interface CacheItem {
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ export interface JellyfinSettings {
4040 name : string ;
4141 hostname : string ;
4242 externalHostname ?: string ;
43+ jellyfinForgotPasswordUrl ?: string ;
4344 libraries : Library [ ] ;
4445 serverId : string ;
45- jellyfinForgotPasswordUrl : string ;
4646}
4747export interface TautulliSettings {
4848 hostname ?: string ;
@@ -125,14 +125,14 @@ interface FullPublicSettings extends PublicSettings {
125125 applicationUrl : string ;
126126 hideAvailable : boolean ;
127127 localLogin : boolean ;
128- jellyfinForgotPasswordUrl : string ;
129128 movie4kEnabled : boolean ;
130129 series4kEnabled : boolean ;
131130 region : string ;
132131 originalLanguage : string ;
133132 mediaServerType : number ;
134133 jellyfinHost ?: string ;
135134 jellyfinExternalHost ?: string ;
135+ jellyfinForgotPasswordUrl ?: string ;
136136 jellyfinServerName ?: string ;
137137 partialRequestsEnabled : boolean ;
138138 cacheImages : boolean ;
You can’t perform that action at this time.
0 commit comments