Merge pull request #3043 from fuzeman/develop_renamer
Fixed release files bug in renamer
This commit is contained in:
@@ -190,6 +190,8 @@ class Renamer(Plugin):
|
||||
|
||||
release_files = release_download.get('files', [])
|
||||
if release_files:
|
||||
files = release_files
|
||||
|
||||
# If there is only one file in the torrent, the downloader did not create a subfolder
|
||||
if len(release_files) == 1:
|
||||
folder = media_folder
|
||||
|
||||
Reference in New Issue
Block a user