aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Javascript/ApiClient.js
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 14:14:09 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 14:14:09 -0500
commitc4c9126f79f43ad865cfa670bda90a94ffb39d9c (patch)
tree765ae58da0ca4c56d14c49072704860a1c0374d8 /MediaBrowser.Api/Javascript/ApiClient.js
parentbbba73bc6f297cb134c82a96d1899522e7c1e6aa (diff)
added more attributes for api docs
Diffstat (limited to 'MediaBrowser.Api/Javascript/ApiClient.js')
-rw-r--r--MediaBrowser.Api/Javascript/ApiClient.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Api/Javascript/ApiClient.js b/MediaBrowser.Api/Javascript/ApiClient.js
index 08082c389..9a4220eac 100644
--- a/MediaBrowser.Api/Javascript/ApiClient.js
+++ b/MediaBrowser.Api/Javascript/ApiClient.js
@@ -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);
},