From d39b7ec0214c9fed078ac96e6e3435369728235e Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 28 Sep 2023 15:40:13 +0800 Subject: [PATCH] fix --- app/plugins/downloadingmsg/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)