add tvdb and games db to xml savers

This commit is contained in:
Luke Pulverenti
2013-07-16 13:18:32 -04:00
parent c1ad234b79
commit 44493dca1d
7 changed files with 57 additions and 18 deletions

View File

@@ -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");