fix 定时清理媒体库,增加username字段

This commit is contained in:
honue
2023-10-27 15:12:10 +08:00
parent d8fcb4d240
commit 1ff571eb46
9 changed files with 240 additions and 198 deletions

View File

@ -628,7 +628,8 @@ class RssSubscribe(_PluginBase):
media_info=mediainfo,
torrent_info=torrentinfo,
),
save_path=self._save_path
save_path=self._save_path,
username="RSS订阅"
)
if not result:
logger.error(f'{title} 下载失败')