Browse Source

Change update fallback timezone info file to 2020a.

Fix TVEpisodeSample to fix comparison on patterns with limited multi ep naming.
tags/release_0.21.29^2
Prinz23 5 years ago
committed by JackDandy
parent
commit
baa3123138
  1. BIN
      lib/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
  2. 1
      sickbeard/naming.py

BIN
lib/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz

Binary file not shown.

1
sickbeard/naming.py

@ -118,6 +118,7 @@ class TVEpisodeSample(tv.TVEpisode):
self._release_name = 'Show.Name.S02E03.HDTV.XviD-RLSGROUP' # type: AnyStr
self._is_proper = True # type: bool
self._version = 2 # type: int
self._epid = season + (100 * episode) # type: int
def check_force_season_folders(pattern=None, multi=None, anime_type=None):

Loading…
Cancel
Save