Fixing call to renamed method

This commit is contained in:
2013-07-13 10:53:03 +10:00
parent fde0324b6a
commit 22b94e372c

View File

@@ -128,7 +128,7 @@ class FileManager:
infile = os.path.basename(inputfile)
outfilename = infile[:-3]+"mkv"
outpath = findseason(self.__settings.GetShowOutputDirectory(
outpath = findseason(self.__settings.getshowoutputdirectory(
showname), outfilename, readonly)
return os.path.join(outpath, outfilename)