Add ND type

This commit is contained in:
jeffvli
2022-10-28 13:10:07 -07:00
parent 32fe11d3de
commit c6d80831f8
+3 -2
View File
@@ -25,8 +25,9 @@ export enum Platform {
}
export enum ServerType {
JELLYFIN = 'jellyfin',
SUBSONIC = 'subsonic',
JELLYFIN = 'JELLYFIN',
NAVIDROME = 'NAVIDROME',
SUBSONIC = 'SUBSONIC',
}
export enum PlayerStatus {