mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add tvdb and games db to xml savers
This commit is contained in:
parent
8bcb6d55a4
commit
56532b90c0
5 changed files with 11 additions and 8 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue