mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
feat: 完成绿联影视接入并补齐扫描模式与统计展示
This commit is contained in:
@@ -219,6 +219,8 @@ class SystemConfigKey(Enum):
|
||||
PluginInstallReport = "PluginInstallReport"
|
||||
# 配置向导状态
|
||||
SetupWizardState = "SetupWizardState"
|
||||
# 绿联影视登录会话缓存
|
||||
UgreenSessionCache = "UgreenSessionCache"
|
||||
|
||||
|
||||
# 处理进度Key字典
|
||||
@@ -309,6 +311,8 @@ class MediaServerType(Enum):
|
||||
Plex = "Plex"
|
||||
# 飞牛影视
|
||||
TrimeMedia = "TrimeMedia"
|
||||
# 绿联影视
|
||||
Ugreen = "Ugreen"
|
||||
|
||||
|
||||
# 识别器类型
|
||||
|
||||
Reference in New Issue
Block a user