Browse Source

Fix another issue with commit 3b3759e81e (NZB-meta data).

pull/175/head
shypike 12 years ago
parent
commit
7c174e09e7
  1. 2
      sabnzbd/newsunpack.py

2
sabnzbd/newsunpack.py

@ -1720,7 +1720,7 @@ def crc_check(path, target_crc):
def analyse_show(name):
""" Do a quick SeasonSort check and return basic facts """
job = SeriesSorter(name, None, None)
job = SeriesSorter(None, name, None, None)
job.match(force=True)
if job.is_match():
job.get_values()

Loading…
Cancel
Save