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:
@@ -9,7 +9,7 @@ const JellyfinSettingsPage: NextPage = () => {
|
||||
useRouteGuard(Permission.MANAGE_SETTINGS);
|
||||
return (
|
||||
<SettingsLayout>
|
||||
<SettingsJellyfin />
|
||||
<SettingsJellyfin showAdvancedSettings={true} />
|
||||
</SettingsLayout>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user