1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix absolute numbering used everywhere if selected even if custom anime

rename isn't active.
This commit is contained in:
Alexandre Beloin 2015-01-21 23:48:03 -05:00
parent 91cb8d885c
commit 94732e9568

View File

@ -2187,8 +2187,11 @@ class TVEpisode(object):
if multi == None:
multi = sickbeard.NAMING_MULTI_EP
if anime_type == None:
anime_type = sickbeard.NAMING_ANIME
if sickbeard.NAMING_CUSTOM_ANIME:
if anime_type == None:
anime_type = sickbeard.NAMING_ANIME
else:
anime_type = 3
replace_map = self._replace_map()