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