mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Add ND type
This commit is contained in:
@@ -25,8 +25,9 @@ export enum Platform {
|
||||
}
|
||||
|
||||
export enum ServerType {
|
||||
JELLYFIN = 'jellyfin',
|
||||
SUBSONIC = 'subsonic',
|
||||
JELLYFIN = 'JELLYFIN',
|
||||
NAVIDROME = 'NAVIDROME',
|
||||
SUBSONIC = 'SUBSONIC',
|
||||
}
|
||||
|
||||
export enum PlayerStatus {
|
||||
|
||||
Reference in New Issue
Block a user