Skip to content

Commit d6cb918

Browse files
committed
Merge branch 'beta-branch'
2 parents 763de2e + dd42d88 commit d6cb918

16 files changed

+8
-8
lines changed

moz.xpi

-38.4 KB
Binary file not shown.

moz.zip

8 Bytes
Binary file not shown.

moz/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage_url": "https://webtoplex.github.io/",
55

66
"manifest_version": 2,
7-
"version": "4.1.2.3",
7+
"version": "4.1.2.4",
88
"browser_specific_settings": {
99
"gecko": {
1010

moz/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ let INITIALIZE = (async date => {
21462146

21472147
browser.runtime.sendMessage({
21482148
type: 'PUSH_OMBI',
2149-
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
2149+
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
21502150
token: __CONFIG__.ombiToken,
21512151
title: options.title,
21522152
year: options.year,

opa.crx

7 Bytes
Binary file not shown.

opa.zip

7 Bytes
Binary file not shown.

opa/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage_url": "https://webtoplex.github.io/",
55

66
"manifest_version": 2,
7-
"version": "4.1.2.3",
7+
"version": "4.1.2.4",
88

99
"icons": {
1010
"16": "16.png",

opa/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ let INITIALIZE = (async date => {
21822182

21832183
chrome.runtime.sendMessage({
21842184
type: 'PUSH_OMBI',
2185-
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
2185+
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
21862186
token: __CONFIG__.ombiToken,
21872187
title: options.title,
21882188
year: options.year,

src.crx

7 Bytes
Binary file not shown.

src.zip

6 Bytes
Binary file not shown.

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage_url": "https://webtoplex.github.io/",
55

66
"manifest_version": 2,
7-
"version": "4.1.2.3",
7+
"version": "4.1.2.4",
88

99
"icons": {
1010
"16": "img/16.png",

src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ let INITIALIZE = (async date => {
21822182

21832183
chrome.runtime.sendMessage({
21842184
type: 'PUSH_OMBI',
2185-
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
2185+
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
21862186
token: __CONFIG__.ombiToken,
21872187
title: options.title,
21882188
year: options.year,

win.crx

7 Bytes
Binary file not shown.

win.zip

6 Bytes
Binary file not shown.

win/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage_url": "https://webtoplex.github.io/",
55

66
"manifest_version": 2,
7-
"version": "4.1.2.3",
7+
"version": "4.1.2.4",
88

99
"icons": {
1010
"16": "img/16.png",

win/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ let INITIALIZE = (async date => {
21822182

21832183
chrome.runtime.sendMessage({
21842184
type: 'PUSH_OMBI',
2185-
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
2185+
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
21862186
token: __CONFIG__.ombiToken,
21872187
title: options.title,
21882188
year: options.year,

0 commit comments

Comments
 (0)