mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Fix Subsonic servertype lock from docker configuration
This commit is contained in:
parent
107074b240
commit
6f1b78c2d6
@ -69,6 +69,8 @@ export const toServerType = (value?: string): ServerType | null => {
|
||||
return ServerType.JELLYFIN;
|
||||
case ServerType.NAVIDROME:
|
||||
return ServerType.NAVIDROME;
|
||||
case ServerType.SUBSONIC:
|
||||
return ServerType.SUBSONIC;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user