[addon] adds premiumize moch

This commit is contained in:
TheBeastLT
2020-05-09 13:34:45 +02:00
parent 0e7d7d0b32
commit f9260bff2e
5 changed files with 90 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
const realdebrid = require('./realdebrid');
const premiumize = require('./premiumize');
const RESOLVER_HOST = process.env.RESOLVER_HOST || 'http://localhost:7050';
const MOCHS = {
@@ -6,6 +7,11 @@ const MOCHS = {
key: 'realdebrid',
instance: realdebrid,
shortName: 'RD'
},
'premiumize': {
key: 'premiumize',
instance: premiumize,
shortName: 'PM'
}
};