mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] bumps premiumize and all-debrid packages
This commit is contained in:
@@ -115,8 +115,7 @@ function statusReady(statusCode) {
|
||||
}
|
||||
|
||||
function errorExpiredSubscriptionError(error) {
|
||||
return ['You must be premium to use this feature', 'You must be premium to process this link']
|
||||
.includes(error.message);
|
||||
return ['MUST_BE_PREMIUM', 'MAGNET_MUST_BE_PREMIUM'].includes(error.code);
|
||||
}
|
||||
|
||||
module.exports = { getCachedStreams, resolve };
|
||||
Reference in New Issue
Block a user