mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce recording failures
This commit is contained in:
parent
274dbafef5
commit
8d12e05583
16 changed files with 60 additions and 48 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.80",
|
||||
"_release": "1.1.80",
|
||||
"version": "1.1.81",
|
||||
"_release": "1.1.81",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.80",
|
||||
"commit": "e5081536baafdd98851376288133d55f7adb1fdb"
|
||||
"tag": "1.1.81",
|
||||
"commit": "22bc455d3ac39889799e0baf3223c93da7f34c50"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
|
||||
"_target": "^1.1.51",
|
||||
|
|
|
@ -940,6 +940,13 @@
|
|||
return self.getJSON(url);
|
||||
};
|
||||
|
||||
self.getLiveTvRecordingSeries = function (options) {
|
||||
|
||||
var url = self.getUrl("LiveTv/Recordings/Series", options || {});
|
||||
|
||||
return self.getJSON(url);
|
||||
};
|
||||
|
||||
self.getLiveTvRecordingGroups = function (options) {
|
||||
|
||||
var url = self.getUrl("LiveTv/Recordings/Groups", options || {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue