Skip to content

Commit

Permalink
WebFrontend: Fix TV->Program Search (by Channel)
Browse files Browse the repository at this point in the history
Only a single channel is presented with v30. Commit 63a5a20
added extra filtering options to Channel/GetChannelInfoList.
Adjusted programsearch.qsp file to account for this.

Bug reported by user tekdoc on the Forum and thanks for testing
the fix too.
  • Loading branch information
Bill Meek committed Apr 7, 2019
1 parent c037258 commit 56cb2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/html/tv/programsearch.qsp
Expand Up @@ -76,7 +76,7 @@ import "/tv/js/tvutil.qjs"
var Count = 30;
var Details = 1;
var progLoadTimeStart = new Date();
var Channels = channel.GetChannelInfoList(0,0,0,1).ChannelInfos;
var Channels = channel.GetChannelInfoList(0,0,0,0,1).ChannelInfos;
var programList = Array();
var programs = Array();

Expand Down

0 comments on commit 56cb2e4

Please sign in to comment.