mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -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:
|
if multi == None:
|
||||||
multi = sickbeard.NAMING_MULTI_EP
|
multi = sickbeard.NAMING_MULTI_EP
|
||||||
|
|
||||||
if anime_type == None:
|
if sickbeard.NAMING_CUSTOM_ANIME:
|
||||||
anime_type = sickbeard.NAMING_ANIME
|
if anime_type == None:
|
||||||
|
anime_type = sickbeard.NAMING_ANIME
|
||||||
|
else:
|
||||||
|
anime_type = 3
|
||||||
|
|
||||||
replace_map = self._replace_map()
|
replace_map = self._replace_map()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user