[mythtv-firehose] mythtv branch master updated by bmeek. v0.28-pre-3572-g03dea2e

Git Repo Owner noreply at mythtv.org
Sat Feb 13 23:07:46 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user bmeek.
       via  03dea2e2c012440ccd7abee290bf4b95506b7f24 (commit)
      from  4517c1284c273f779b6e378dcd2df219645a9f09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03dea2e2c012440ccd7abee290bf4b95506b7f24
Author:    Bill Meek <bmeek at mythtv.org> at Sat, 13 Feb 2016 16:58:24 -0600
Committer: Bill Meek <bmeek at mythtv.org> at Sat, 13 Feb 2016 16:58:24 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=03dea2e2c012440ccd7abee290bf4b95506b7f24

Services API: Fix Count & StartIndex for GetChannelInfoList
Allows Count and StartIndex combinations to return a subset of
channels for a single source. Note that StartIndex is a zero
based parameter. Getting blocks of 100 channels would be done
with:

    StartIndex=0&Count=100
    StartIndex=100&Count=100
    ...

Fixes #12461



-----------------------------------------------------------------------

Summary of changes:
 mythtv/programs/mythbackend/services/channel.cpp |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-firehose mailing list