mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
improve passing of download_id
This commit is contained in:
parent
ded99d40f1
commit
3b076a5cfa
15 changed files with 93 additions and 42 deletions
|
@ -1,10 +1,10 @@
|
|||
# Make things easy and less error prone by centralising all common values
|
||||
|
||||
# Global Constants
|
||||
VERSION = 'V7.1'
|
||||
VERSION = 'V7.2'
|
||||
|
||||
# Constants pertinant to SabNzb
|
||||
SABNZB_NO_OF_ARGUMENTS = 8
|
||||
|
||||
# Constants pertinant to NzbGet
|
||||
NZBGET_NO_OF_ARGUMENTS = 5
|
||||
NZBGET_NO_OF_ARGUMENTS = 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue