mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-08 02:53:38 +00:00
Fix for absolute numbering issue during renaming of files for non-anime shows.
This commit is contained in:
parent
703da76d80
commit
5fb3fe6797
1 changed files with 4 additions and 1 deletions
|
@ -2156,6 +2156,9 @@ class TVEpisode(object):
|
||||||
multi = sickbeard.NAMING_MULTI_EP
|
multi = sickbeard.NAMING_MULTI_EP
|
||||||
|
|
||||||
if anime_type == None:
|
if anime_type == None:
|
||||||
|
if not self.show.is_anime:
|
||||||
|
anime_type = 3
|
||||||
|
else:
|
||||||
anime_type = sickbeard.NAMING_ANIME
|
anime_type = sickbeard.NAMING_ANIME
|
||||||
|
|
||||||
replace_map = self._replace_map()
|
replace_map = self._replace_map()
|
||||||
|
|
Loading…
Reference in a new issue