mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 01:15:05 +00:00
Merge branch 'feature/ChangeStatusUpdate' into dev
This commit is contained in:
commit
1ffb013f8d
1 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue