Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephellon authored May 20, 2018
1 parent b698fd4 commit cc557ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage_url": "https://github.com/Ephellon/web-to-plex/",

"manifest_version": 2,
"version": "1.0.0.0",
"version": "1.0.1.0",
// Firefox Support =>
// "applications": {
// "gecko": {
Expand Down Expand Up @@ -71,6 +71,14 @@
"matches": ["*://*.apple.com/*"],
"js": ["utils.js", "deps/itunes/cs.js"],
"css": ["deps/itunes/cs.css"]
},{
"matches": ["*://*.metacritic.com/*"],
"js": ["utils.js", "deps/metacritic/cs.js"],
"css": ["deps/metacritic/cs.css"]
},{
"matches": ["*://*.fandango.com/*"],
"js": ["utils.js", "deps/fandango/cs.js"],
"css": ["deps/fandango/cs.css"]
}
],

Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function getIDs({ title, year, type, IMDbID, TVDbID, APIType, APIID, meta
api = {
tvdb: 'bcb95f026f9a01ffa707fcff71900e94',
},
apit = APIType || 'movies',
apit = APIType || 'movie',
apid = APIID || null,
id = IMDbID || null;

Expand Down

0 comments on commit cc557ca

Please sign in to comment.