Browse Source

Merge pull request #3043 from fuzeman/develop_renamer

Fixed release files bug in renamer
pull/3047/head
Ruud Burger 11 years ago
parent
commit
07fc4b3728
  1. 2
      couchpotato/core/plugins/renamer.py

2
couchpotato/core/plugins/renamer.py

@ -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

Loading…
Cancel
Save