mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
feat: add ZSpace media server support with authentication and item management
This commit is contained in:
@@ -332,6 +332,8 @@ class DownloaderType(Enum):
|
||||
class MediaServerType(Enum):
|
||||
# Emby
|
||||
Emby = "Emby"
|
||||
# 极影视
|
||||
ZSpace = "ZSpace"
|
||||
# Jellyfin
|
||||
Jellyfin = "Jellyfin"
|
||||
# Plex
|
||||
|
||||
Reference in New Issue
Block a user