mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] updates premiumize moch
This commit is contained in:
@@ -25,7 +25,7 @@ function manifest(config = {}) {
|
||||
.map(moch => moch.name)
|
||||
.join(' & ');
|
||||
const possibleMochs = Object.values(MochOptions).map(moch => moch.name).join('/')
|
||||
const mochsDesc = enabledMochs ? ` and ${enabledMochs} enabled ` : '';
|
||||
const mochsDesc = enabledMochs ? ` and ${enabledMochs} enabled` : '';
|
||||
return {
|
||||
id: 'com.stremio.torrentio.addon',
|
||||
version: '0.0.7',
|
||||
|
||||
Reference in New Issue
Block a user