add series timer workaround
This commit is contained in:
@@ -19,10 +19,15 @@
|
||||
EnableTotalRecordCount: false,
|
||||
EnableUserData: false,
|
||||
SeriesTimerId: params.id,
|
||||
Fields: "ChannelInfo"
|
||||
Fields: "ChannelInfo",
|
||||
limit: 100
|
||||
|
||||
}).then(function (result) {
|
||||
|
||||
if (result.Items.length && result.Items[0].SeriesTimerId != params.id) {
|
||||
result.Items = [];
|
||||
}
|
||||
|
||||
LiveTvHelpers.getProgramScheduleHtml(result.Items).then(function (html) {
|
||||
|
||||
var scheduleTab = page.querySelector('.scheduleTab');
|
||||
|
||||
Reference in New Issue
Block a user