fix
This commit is contained in:
parent
63ca5f5017
commit
d39b7ec021
@ -152,7 +152,8 @@ class DownloadingMsg(_PluginBase):
|
|||||||
year = downloadhis.year
|
year = downloadhis.year
|
||||||
se = downloadhis.seasons
|
se = downloadhis.seasons
|
||||||
ep = downloadhis.episodes
|
ep = downloadhis.episodes
|
||||||
channel_value = downloadhis.channel
|
if not channel_value:
|
||||||
|
channel_value = downloadhis.channel
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
context = MediaChain(self.db).recognize_by_title(title=torrent.title)
|
context = MediaChain(self.db).recognize_by_title(title=torrent.title)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user