mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat: allow Jellyfin to set a playback URL different to the Jellyfin host specified during setup
This commit is contained in:
@@ -39,6 +39,7 @@ export interface PlexSettings {
|
||||
export interface JellyfinSettings {
|
||||
name: string;
|
||||
hostname?: string;
|
||||
externalHostname?: string;
|
||||
libraries: Library[];
|
||||
serverId: string;
|
||||
}
|
||||
@@ -319,6 +320,7 @@ class Settings {
|
||||
jellyfin: {
|
||||
name: '',
|
||||
hostname: '',
|
||||
externalHostname: '',
|
||||
libraries: [],
|
||||
serverId: '',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user