Fixing call to renamed method
This commit is contained in:
@@ -128,7 +128,7 @@ class FileManager:
|
|||||||
|
|
||||||
infile = os.path.basename(inputfile)
|
infile = os.path.basename(inputfile)
|
||||||
outfilename = infile[:-3]+"mkv"
|
outfilename = infile[:-3]+"mkv"
|
||||||
outpath = findseason(self.__settings.GetShowOutputDirectory(
|
outpath = findseason(self.__settings.getshowoutputdirectory(
|
||||||
showname), outfilename, readonly)
|
showname), outfilename, readonly)
|
||||||
return os.path.join(outpath, outfilename)
|
return os.path.join(outpath, outfilename)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user