From afd696366a829bb4f94a2d76c50dcfd8711353d8 Mon Sep 17 00:00:00 2001 From: Prinz23 Date: Mon, 6 Nov 2023 20:44:16 +0100 Subject: [PATCH] don't change episodes to UNKNOWN status when loading data from tvinfo --- sickgear/tv.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sickgear/tv.py b/sickgear/tv.py index 2108073a..5ecb9776 100644 --- a/sickgear/tv.py +++ b/sickgear/tv.py @@ -4542,9 +4542,9 @@ class TVEpisode(TVEpisodeBase): # shouldn't get here probably else: - msg = '(2) Status changes from %s to ' % statusStrings[self._status] - self.status = UNKNOWN - logger.debug('%s%s' % (msg, statusStrings[self._status])) + logger.warning(f'Status not changed from {statusStrings[self._status]}' + f' for episode {self._season}x{self._episode} because file "{self._location}"' + f' has no media file extension') def load_from_nfo(self, location): """