Skip to content

Commit

Permalink
Merge branch 'beta-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephellon committed Feb 20, 2020
2 parents 4abdd96 + 8522689 commit 6421015
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 8 deletions.
Binary file modified moz.xpi
Binary file not shown.
Binary file modified moz.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion moz/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage_url": "https://webtoplex.github.io/",

"manifest_version": 2,
"version": "4.1.2.3",
"version": "4.1.2.4",
"browser_specific_settings": {
"gecko": {
"id": "mink.cbos@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion moz/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ let INITIALIZE = (async date => {

browser.runtime.sendMessage({
type: 'PUSH_OMBI',
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
token: __CONFIG__.ombiToken,
title: options.title,
year: options.year,
Expand Down
Binary file modified opa.crx
Binary file not shown.
Binary file modified opa.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion opa/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage_url": "https://webtoplex.github.io/",

"manifest_version": 2,
"version": "4.1.2.3",
"version": "4.1.2.4",

"icons": {
"16": "16.png",
Expand Down
2 changes: 1 addition & 1 deletion opa/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ let INITIALIZE = (async date => {

chrome.runtime.sendMessage({
type: 'PUSH_OMBI',
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
token: __CONFIG__.ombiToken,
title: options.title,
year: options.year,
Expand Down
Binary file modified src.crx
Binary file not shown.
Binary file modified src.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage_url": "https://webtoplex.github.io/",

"manifest_version": 2,
"version": "4.1.2.3",
"version": "4.1.2.4",

"icons": {
"16": "img/16.png",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ let INITIALIZE = (async date => {

chrome.runtime.sendMessage({
type: 'PUSH_OMBI',
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
token: __CONFIG__.ombiToken,
title: options.title,
year: options.year,
Expand Down
Binary file modified win.crx
Binary file not shown.
Binary file modified win.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion win/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage_url": "https://webtoplex.github.io/",

"manifest_version": 2,
"version": "4.1.2.3",
"version": "4.1.2.4",

"icons": {
"16": "img/16.png",
Expand Down
2 changes: 1 addition & 1 deletion win/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ let INITIALIZE = (async date => {

chrome.runtime.sendMessage({
type: 'PUSH_OMBI',
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }`,
url: `${ __CONFIG__.ombiURLRoot }api/v1/Request/${ contentType }?apikey=${ __CONFIG__.ombiToken }`,
token: __CONFIG__.ombiToken,
title: options.title,
year: options.year,
Expand Down

0 comments on commit 6421015

Please sign in to comment.