handle banned user AD error

This commit is contained in:
TheBeastLT
2022-10-25 11:26:36 +02:00
parent 340fbfff4b
commit 4b47b307b3
2 changed files with 5 additions and 2 deletions

View File

@@ -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
};
}