Added some unit tests and fixed the mythtv ones
This commit is contained in:
parent
3c2d87e6de
commit
b9df25ddf0
3 changed files with 35 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ class EncodeData:
|
|||
show - The name of the show
|
||||
"""
|
||||
|
||||
def __init__(self, inputfile='', show=None, outputfile=''):
|
||||
def __init__(self, show=None, inputfile='', outputfile=''):
|
||||
self.inputfile = inputfile
|
||||
self.show = show
|
||||
self.outputfile = outputfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue