aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/trakt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/trakt')
-rw-r--r--recipes/trakt/index.js2
-rw-r--r--recipes/trakt/package.json2
-rw-r--r--recipes/trakt/webview.js4
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/trakt/index.js b/recipes/trakt/index.js
index 606c6e3..6ae3ad9 100644
--- a/recipes/trakt/index.js
+++ b/recipes/trakt/index.js
@@ -1 +1 @@
module.exports = Ferdium => class Trakt extends Ferdium {}; \ No newline at end of file module.exports = Ferdium => class Trakt extends Ferdium {};
diff --git a/recipes/trakt/package.json b/recipes/trakt/package.json
index 73d7d36..0e52f07 100644
--- a/recipes/trakt/package.json
+++ b/recipes/trakt/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "trakt", 2 "id": "trakt",
3 "name": "Trakt", 3 "name": "Trakt",
4 "version": "1.1.0", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://trakt.tv" 7 "serviceURL": "https://trakt.tv"
diff --git a/recipes/trakt/webview.js b/recipes/trakt/webview.js
index 86bb422..2a81dec 100644
--- a/recipes/trakt/webview.js
+++ b/recipes/trakt/webview.js
@@ -1,9 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { 1function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj }; 2 return obj && obj.__esModule ? obj : { default: obj };
5} 3}
6 4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => { 7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges 8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => { 9 // const getMessages = () => {