mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-03 05:09:43 -05:00
feat(rebase): rebase
This commit is contained in:
5
server/constants/server.ts
Normal file
5
server/constants/server.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum MediaServerType {
|
||||
PLEX = 1,
|
||||
JELLYFIN, //also works for emby (identical APIs, etc)
|
||||
NOT_CONFIGURED,
|
||||
}
|
||||
Reference in New Issue
Block a user