mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
added more attributes for api docs
This commit is contained in:
@@ -194,11 +194,11 @@ var ApiClient = {
|
||||
},
|
||||
|
||||
/**
|
||||
* Gets a list of network computers from the server
|
||||
* Gets a list of network devices from the server
|
||||
*/
|
||||
getNetworkComputers: function () {
|
||||
getNetworkDevices: function () {
|
||||
|
||||
var url = ApiClient.getUrl("Environment/NetworkComputers");
|
||||
var url = ApiClient.getUrl("Environment/NetworkDevices");
|
||||
|
||||
return $.getJSON(url);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user