mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 10:58:01 -05:00
Fix absolute numbering used everywhere if selected even if custom anime
rename isn't active.
This commit is contained in:
parent
91cb8d885c
commit
94732e9568
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user