diff --git a/app/plugins/downloadingmsg/__init__.py b/app/plugins/downloadingmsg/__init__.py index 0e035622..20419e37 100644 --- a/app/plugins/downloadingmsg/__init__.py +++ b/app/plugins/downloadingmsg/__init__.py @@ -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)