diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-03-08 14:21:38 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-03-08 14:21:38 -0500 |
| commit | 810d6d5dc4003d4154f3be045923a0ccce61affe (patch) | |
| tree | 8de40030085f754b3adf436d2112defb784a8b10 /MediaBrowser.Api/Javascript | |
| parent | e56a16890916378286c94d3869e7b5e3cf02f03a (diff) | |
| parent | c4c9126f79f43ad865cfa670bda90a94ffb39d9c (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Api/Javascript')
| -rw-r--r-- | MediaBrowser.Api/Javascript/ApiClient.js | 6 |
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); }, |
