mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
resolve mixed folder detection
This commit is contained in:
parent
84c83ba967
commit
8a14efb22b
4 changed files with 40 additions and 37 deletions
|
@ -10,9 +10,6 @@
|
|||
|
||||
switch (result.State) {
|
||||
|
||||
case MediaBrowser.ConnectionState.Unavilable:
|
||||
showServerConnectionFailure();
|
||||
break;
|
||||
case MediaBrowser.ConnectionState.SignedIn:
|
||||
{
|
||||
var apiClient = result.ApiClient;
|
||||
|
@ -23,6 +20,7 @@
|
|||
}
|
||||
break;
|
||||
default:
|
||||
showServerConnectionFailure();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue