mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
handle banned user AD error
This commit is contained in:
@@ -207,7 +207,7 @@ function errorStreamResponse(mochKey, error) {
|
||||
if (error === AccessDeniedError) {
|
||||
return {
|
||||
name: `Torrentio\n${MOCHS[mochKey].shortName} error`,
|
||||
title: `Expired ${MOCHS[mochKey].name} subscription!`,
|
||||
title: `Expired/invalid ${MOCHS[mochKey].name} subscription!`,
|
||||
url: StaticResponse.FAILED_ACCESS
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user