Fixing call to renamed method
This commit is contained in:
parent
fde0324b6a
commit
22b94e372c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue