mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
redirect to select server if no credentials found
This commit is contained in:
parent
9c47f8fc1c
commit
d11e93b0da
1 changed files with 5 additions and 0 deletions
|
@ -659,6 +659,11 @@ define(["events", "apiclient", "appStorage"], function (events, apiClientFactory
|
||||||
return result;
|
return result;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return Promise.resolve({
|
||||||
|
Servers: servers,
|
||||||
|
State: "ServerSelection"
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
self.connectToServer = function (server, options) {
|
self.connectToServer = function (server, options) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue