mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Fix for missing indexerid number when performing naming pattern tests.
This commit is contained in:
parent
5802fc372c
commit
267affa5e9
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue