diff --git a/Apps/Jellyfin/appfile.json b/Apps/Jellyfin/appfile.json index 56034a3..339d0ef 100644 --- a/Apps/Jellyfin/appfile.json +++ b/Apps/Jellyfin/appfile.json @@ -59,12 +59,6 @@ "value": "$PGID", "configurable": "no", "description": "Run Jellyfin as specified gid." - }, - { - "key": "JELLYFIN_PublishedServerUrl", - "value": "$APP_IPV4", - "configurable": "advanced", - "description": "The autodiscovery response domain or IP address." } ], "ports": [ diff --git a/Apps/Jellyfin/docker-compose.yml b/Apps/Jellyfin/docker-compose.yml index 59581bf..372d834 100644 --- a/Apps/Jellyfin/docker-compose.yml +++ b/Apps/Jellyfin/docker-compose.yml @@ -9,7 +9,6 @@ services: - /dev/video11:/dev/video11 - /dev/video12:/dev/video12 environment: - JELLYFIN_PublishedServerUrl: $APP_IPV4 PGID: $PGID PUID: $PUID TZ: $TZ