This commit is contained in:
thsrite 2023-09-28 15:40:13 +08:00
parent 63ca5f5017
commit d39b7ec021

View File

@ -152,7 +152,8 @@ class DownloadingMsg(_PluginBase):
year = downloadhis.year
se = downloadhis.seasons
ep = downloadhis.episodes
channel_value = downloadhis.channel
if not channel_value:
channel_value = downloadhis.channel
else:
try:
context = MediaChain(self.db).recognize_by_title(title=torrent.title)