mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added more attributes for api docs
This commit is contained in:
parent
96d6767689
commit
080624ca31
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ var Dashboard = {
|
||||||
var promise;
|
var promise;
|
||||||
|
|
||||||
if (path === "Network") {
|
if (path === "Network") {
|
||||||
promise = ApiClient.getNetworkComputers();
|
promise = ApiClient.getNetworkDevices();
|
||||||
}
|
}
|
||||||
else if (path) {
|
else if (path) {
|
||||||
promise = ApiClient.getDirectoryContents(path, { includeDirectories: true });
|
promise = ApiClient.getDirectoryContents(path, { includeDirectories: true });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue