mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-30 08:50:17 +08:00
fix 下载进度推送逻辑
This commit is contained in:
@@ -117,7 +117,8 @@ class DownloadingMsg(_PluginBase):
|
||||
if not userid:
|
||||
continue
|
||||
# 如果用户是管理员,无需重复推送
|
||||
if self._adminuser and userid in str(self._adminuser).split(","):
|
||||
if self._type == "admin" or self._type == "both" and self._adminuser and userid in str(
|
||||
self._adminuser).split(","):
|
||||
logger.debug("管理员已推送")
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user