Browse Source

Add JDownloader Support (myjd_api)
- enable combined Downloader integration

rix1337 6 years ago
parent
commit
cb77877eb5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/functions.js

+ 1 - 0
js/functions.js

@@ -5306,6 +5306,7 @@ function buildDownloaderCombined(source){
     var queueButton = 'QUEUE';
     var historyButton = 'HISTORY';
     switch (source) {
+        case 'jdownloader':
         case 'sabnzbd':
         case 'nzbget':
             var queue = true;