Fix #1901 temporarily

pull/1912/head
LASER-Yi 2 years ago
parent af8a14c92b
commit 8826b87c65

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

Loading…
Cancel
Save