mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix Subsonic servertype lock from docker configuration
This commit is contained in:
@@ -69,6 +69,8 @@ export const toServerType = (value?: string): ServerType | null => {
|
|||||||
return ServerType.JELLYFIN;
|
return ServerType.JELLYFIN;
|
||||||
case ServerType.NAVIDROME:
|
case ServerType.NAVIDROME:
|
||||||
return ServerType.NAVIDROME;
|
return ServerType.NAVIDROME;
|
||||||
|
case ServerType.SUBSONIC:
|
||||||
|
return ServerType.SUBSONIC;
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user