mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 10:07:15 +01:00
live tv updates
This commit is contained in:
@@ -545,9 +545,11 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
|
||||
});
|
||||
};
|
||||
|
||||
self.getNewLiveTvTimerDefaults = function () {
|
||||
self.getNewLiveTvTimerDefaults = function (options) {
|
||||
|
||||
var url = self.getUrl("LiveTv/Timers/Defaults");
|
||||
options = options || {};
|
||||
|
||||
var url = self.getUrl("LiveTv/Timers/Defaults", options);
|
||||
|
||||
return self.ajax({
|
||||
type: "GET",
|
||||
|
||||
Reference in New Issue
Block a user