Browse Source

Don't extend release_download when none is set

pull/3039/head
Ruud 11 years ago
parent
commit
f3ae63c7a9
  1. 1
      couchpotato/core/plugins/renamer.py

1
couchpotato/core/plugins/renamer.py

@ -204,6 +204,7 @@ class Renamer(Plugin):
db = get_db() db = get_db()
# Extend the download info with info stored in the downloaded release # Extend the download info with info stored in the downloaded release
if release_download:
release_download = self.extendReleaseDownload(release_download) release_download = self.extendReleaseDownload(release_download)
# Unpack any archives # Unpack any archives

Loading…
Cancel
Save