diff --git a/servers/legion/k8s/media/overseerr.yaml b/servers/legion/k8s/media/overseerr.yaml index 7f85a99..e402a40 100644 --- a/servers/legion/k8s/media/overseerr.yaml +++ b/servers/legion/k8s/media/overseerr.yaml @@ -44,9 +44,9 @@ data: if (!settings.main) { settings.main = {}; } - if (!settings.main.mediaServerType) { - settings.main.mediaServerType = 'JELLYFIN'; - console.log('Set main.mediaServerType = JELLYFIN'); + if (settings.main.mediaServerType !== 2) { + settings.main.mediaServerType = 2; // 2 = JELLYFIN (numeric enum, not the string) + console.log('Set main.mediaServerType = 2 (JELLYFIN)'); } if (!settings.main.applicationUrl) { settings.main.applicationUrl = 'https://watch.nook.family'; @@ -95,7 +95,7 @@ spec: labels: app: overseerr annotations: - restartedAt: "2026-04-11T07:45:00Z" + restartedAt: "2026-04-11T08:00:00Z" spec: initContainers: # Restore Jellyfin connection config if it was cleared (e.g. after pod restart with bad key)