mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix directory browser in startup wizard
This commit is contained in:
parent
a43b91f49c
commit
bc454ba305
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
if (systemInfo) {
|
if (systemInfo) {
|
||||||
deferred.resolveWith(null, [systemInfo]);
|
deferred.resolveWith(null, [systemInfo]);
|
||||||
} else {
|
} else {
|
||||||
ApiClient.getSystemInfo().done(function (info) {
|
ApiClient.getPublicSystemInfo().done(function (info) {
|
||||||
systemInfo = info;
|
systemInfo = info;
|
||||||
deferred.resolveWith(null, [systemInfo]);
|
deferred.resolveWith(null, [systemInfo]);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue