1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix for missing indexerid number when performing naming pattern tests.

This commit is contained in:
echel0n 2014-07-19 13:34:30 -07:00
parent 5802fc372c
commit 267affa5e9

View File

@ -49,6 +49,7 @@ class TVShow():
def __init__(self):
self.name = "Show Name"
self.genre = "Comedy"
self.indexerid = 00001
self.air_by_date = 0
self.sports = 0
self.anime = 0