From c4c9126f79f43ad865cfa670bda90a94ffb39d9c Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Fri, 8 Mar 2013 14:14:09 -0500 Subject: added more attributes for api docs --- MediaBrowser.Api/Javascript/ApiClient.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Api/Javascript/ApiClient.js') 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); }, -- cgit v1.2.3