mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Merge pull request #1221 from abeloin/patch-notify_pattern
Fix absolute numbering used in notification.
This commit is contained in:
commit
19717e8e65
@ -2191,8 +2191,11 @@ class TVEpisode(object):
|
|||||||
if multi == None:
|
if multi == None:
|
||||||
multi = sickbeard.NAMING_MULTI_EP
|
multi = sickbeard.NAMING_MULTI_EP
|
||||||
|
|
||||||
|
if sickbeard.NAMING_CUSTOM_ANIME:
|
||||||
if anime_type == None:
|
if anime_type == None:
|
||||||
anime_type = sickbeard.NAMING_ANIME
|
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