fix 定时清理媒体库,增加username字段
This commit is contained in:
@ -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} 下载失败')
|
||||
|
Reference in New Issue
Block a user