From 56532b90c02db4db76576ef43919eacf6c8f890c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 16 Jul 2013 13:18:32 -0400 Subject: [PATCH] add tvdb and games db to xml savers --- ApiClient.js | 5 ++--- dashboard-ui/dashboard.html | 6 ++++-- dashboard-ui/scripts/librarybrowser.js | 4 +++- dashboard-ui/scripts/site.js | 2 +- packages.config | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ApiClient.js b/ApiClient.js index 6228c9106b..7a2fae3e93 100644 --- a/ApiClient.js +++ b/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"); diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 05586a8f98..ef795a8336 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -27,7 +27,7 @@

-

Program data path:

+

Program data path:

Bookmark url:

@@ -55,7 +55,9 @@

Manage Scheduled Tasks

-