Added some unit tests and fixed the mythtv ones
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user