ready for merge to master. V9.0

This commit is contained in:
clinton-hall 2013-12-31 16:02:20 +10:30
parent 843530df27
commit c13fe0c6a2
3 changed files with 3 additions and 3 deletions

View file

@ -268,7 +268,7 @@ def process(dirName, nzbName=None, status=0, clientAgent = "manual", download_id
if remoteCPS == 1:
command = command + "/?downloader=" + clientAgent + "&download_id=" + download_id
else:
command = command + "/?movie_folder=" + dirName + "&downloader=" + clientAgent + "&download_id=" + download_id
command = command + "/?media_folder=" + dirName + "&downloader=" + clientAgent + "&download_id=" + download_id
url = baseURL + command

View file

@ -1,7 +1,7 @@
# Make things easy and less error prone by centralising all common values
# Global Constants
VERSION = 'V8.6'
VERSION = 'V9.0'
# Constants pertinant to SabNzb
SABNZB_NO_OF_ARGUMENTS = 8

View file

@ -1,6 +1,6 @@
Change_LOG / History
V8.6 xx/xx/2013
V9.0 xx/01/2014
Impacts NZBs
SABnzbd 0.7.17+ now uses 8 arguments, not 7. These scripts now support the extra argument.