Fix #1901 temporarily

This commit is contained in:
LASER-Yi 2022-07-26 21:27:01 +08:00
parent af8a14c92b
commit 8826b87c65
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class BazarrClient {
switch (code) {
case 401:
setLoginRequired();
break;
return;
}
LOG("error", "A error has occurred", code);