mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
parent
3f0bf71d71
commit
ada354886e
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@ def listMediaFiles(path, minSize=0, delete_ignored=0, media=True, audio=True, me
|
|||
|
||||
files.append(fullCurFile)
|
||||
|
||||
return files
|
||||
return sorted(files,key=len)
|
||||
|
||||
def find_imdbid(dirName, inputName):
|
||||
imdbid = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue