mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +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) {
|
||||
case 401:
|
||||
setLoginRequired();
|
||||
break;
|
||||
return;
|
||||
}
|
||||
LOG("error", "A error has occurred", code);
|
||||
|
||||
|
|
Loading…
Reference in a new issue