mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix 下载进度推送逻辑
This commit is contained in:
@@ -117,7 +117,8 @@ class DownloadingMsg(_PluginBase):
|
|||||||
if not userid:
|
if not userid:
|
||||||
continue
|
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("管理员已推送")
|
logger.debug("管理员已推送")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user