mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for missing indexerid number when performing naming pattern tests.
This commit is contained in:
parent
5802fc372c
commit
267affa5e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user