feat: allow Jellyfin to set a playback URL different to the Jellyfin host specified during setup

This commit is contained in:
notfakie
2022-04-27 08:06:41 +12:00
parent 9e2f3f0639
commit 9fbc4074e4
6 changed files with 136 additions and 22 deletions

View File

@@ -128,6 +128,7 @@ const Setup: React.FC = () => {
/>
) : (
<SettingsJellyfin
showAdvancedSettings={false}
onComplete={() => setMediaServerSettingsComplete(true)}
/>
)}