Merge branch 'feature/ChangeStatusUpdate' into dev

This commit is contained in:
JackDandy 2023-11-06 21:26:56 +00:00
commit 1ffb013f8d

View file

@ -4542,9 +4542,9 @@ class TVEpisode(TVEpisodeBase):
# shouldn't get here probably # shouldn't get here probably
else: else:
msg = '(2) Status changes from %s to ' % statusStrings[self._status] logger.warning(f'Status not changed from {statusStrings[self._status]}'
self.status = UNKNOWN f' for episode {self._season}x{self._episode} because file "{self._location}"'
logger.debug('%s%s' % (msg, statusStrings[self._status])) f' has no media file extension')
def load_from_nfo(self, location): def load_from_nfo(self, location):
""" """