docs: remove obsolete JELLYFIN_TYPE mentions (#1646)

This commit is contained in:
Gauthier
2025-05-08 19:00:03 +02:00
committed by GitHub
parent cf9c33d124
commit 1651725665
2 changed files with 4 additions and 17 deletions

View File

@@ -511,7 +511,9 @@ authRoutes.post('/jellyfin', async (req, res, next) => {
case ApiErrorCode.InvalidUrl:
logger.error(
`The provided ${
process.env.JELLYFIN_TYPE == 'emby' ? 'Emby' : 'Jellyfin'
settings.main.mediaServerType === MediaServerType.JELLYFIN
? ServerType.JELLYFIN
: ServerType.EMBY
} is invalid or the server is not reachable.`,
{
label: 'Auth',