diff --git a/package.json b/package.json index aa58b25..d2fe175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nzbunity", - "version": "1.17.0", + "version": "1.17.1", "license": "MPL-2.0", "description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.", "author": "tumblfeed@gmail.com", diff --git a/src/content/sites/dognzb.ts b/src/content/sites/dognzb.ts index e98f098..6457913 100644 --- a/src/content/sites/dognzb.ts +++ b/src/content/sites/dognzb.ts @@ -34,7 +34,7 @@ class NZBUnityDognzb { getNzbUrl(id:string):string { let rsstoken:string = $('input[name="rsstoken" i]').val(); - return `${window.location.origin}/fetch/${id}/${rsstoken}`; + return `${window.location.protocol}//dl.${window.location.host}/fetch/${id}/${rsstoken}`; } initializeLinks() { diff --git a/src/manifest.json b/src/manifest.json index bb4b7ab..e420fbe 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "NZB Unity", - "version": "1.17.0", + "version": "1.17.1", "author": "tumblfeed@gmail.com", "description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.", "background": {