aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/ApiClient.js
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-16 13:18:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-16 13:18:32 -0400
commit44493dca1d597f3cf9f8cf5db8d0ddda082c65e0 (patch)
tree66c4da8cccb3831f876977b100b8b394b35b458e /MediaBrowser.WebDashboard/ApiClient.js
parentc1ad234b7993e294a8342242bc0ce4a649ca5479 (diff)
add tvdb and games db to xml savers
Diffstat (limited to 'MediaBrowser.WebDashboard/ApiClient.js')
-rw-r--r--MediaBrowser.WebDashboard/ApiClient.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/ApiClient.js b/MediaBrowser.WebDashboard/ApiClient.js
index 6228c9106..7a2fae3e9 100644
--- a/MediaBrowser.WebDashboard/ApiClient.js
+++ b/MediaBrowser.WebDashboard/ApiClient.js
@@ -637,10 +637,9 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
};
/**
- * Instructs the server to perform a pending kernel reload or app restart.
- * If a restart is not currently required, nothing will happen.
+ * Instructs the server to perform a restart.
*/
- self.performPendingRestart = function () {
+ self.restartServer = function () {
var url = self.getUrl("System/Restart");