feat 媒体服务器同步黑名单

This commit is contained in:
thsrite
2023-09-21 12:08:09 +08:00
parent cab4055315
commit 52bdfa7f9a
3 changed files with 9 additions and 0 deletions

View File

@ -144,6 +144,8 @@ class Settings(BaseSettings):
REFRESH_MEDIASERVER: bool = True
# 媒体服务器同步间隔(小时)
MEDIASERVER_SYNC_INTERVAL: int = 6
# 媒体服务器同步黑名单,多个媒体库名称,分割
MEDIASERVER_SYNC_BLACKLIST: str = None
# EMBY服务器地址IP:PORT
EMBY_HOST: str = None
# EMBY Api Key