feat(rebase): rebase

This commit is contained in:
Aiden Vigue
2021-02-15 14:26:25 -05:00
parent 19b51592ea
commit 29274614c3
13 changed files with 85 additions and 94 deletions

View File

@@ -1,5 +1,6 @@
export enum MediaServerType {
PLEX = 1,
JELLYFIN, //also works for emby (identical APIs, etc)
JELLYFIN,
EMBY,
NOT_CONFIGURED,
}