File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments