mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
add tvdb and games db to xml savers
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user