mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
Add subsonic in server entry form
This commit is contained in:
@@ -17,7 +17,7 @@ const localSettings = isElectron() ? window.electron.localSettings : null;
|
|||||||
const SERVER_TYPES = [
|
const SERVER_TYPES = [
|
||||||
{ label: 'Jellyfin', value: ServerType.JELLYFIN },
|
{ label: 'Jellyfin', value: ServerType.JELLYFIN },
|
||||||
{ label: 'Navidrome', value: ServerType.NAVIDROME },
|
{ label: 'Navidrome', value: ServerType.NAVIDROME },
|
||||||
// { label: 'Subsonic', value: ServerType.SUBSONIC },
|
{ label: 'Subsonic', value: ServerType.SUBSONIC },
|
||||||
];
|
];
|
||||||
|
|
||||||
interface AddServerFormProps {
|
interface AddServerFormProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user