mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 17:47:20 +00:00
Fix #1901 temporarily
This commit is contained in:
parent
af8a14c92b
commit
8826b87c65
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue