1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 17:47:20 +00:00

Fix #1901 temporarily

This commit is contained in:
LASER-Yi 2022-07-26 21:27:01 +08:00
parent af8a14c92b
commit 8826b87c65

View file

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