Skip to content

Commit ba5d9ed

Browse files
committed
Update NZBFinder API URL
1 parent f227f7a commit ba5d9ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nzbunity",
3-
"version": "1.18.1",
3+
"version": "1.18.2",
44
"license": "MPL-2.0",
55
"description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
66
"author": "tumblfeed@gmail.com",

src/content/sites/nzbfinder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class NZBUnityNzbfinder {
3333
}
3434

3535
getNzbUrl(id: string): string {
36-
return `${this.getMeta('root_url') ?? window.location.origin}/api/v1/getnzb?id=${id}&r=${this.apikey}`;
36+
return `${this.getMeta('root_url') ?? window.location.origin}/api/v1/getnzb?id=${id}&r=${this.apikey}&utm_medium=nzbunity`;
3737
}
3838

3939
isList(link: HTMLElement): boolean {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "NZB Unity",
4-
"version": "1.18.1",
4+
"version": "1.18.2",
55
"author": "tumblfeed@gmail.com",
66
"description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
77
"background": {

0 commit comments

Comments
 (0)