[mythtv-commits] [MythTV/mythtv] 428b90: correct relevance test for programgenres

Gary Buhrmaster noreply at github.com
Fri Nov 6 22:18:16 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 428b90fc1e9beb1949ca1873a67204270cd88ec1
      https://github.com/MythTV/mythtv/commit/428b90fc1e9beb1949ca1873a67204270cd88ec1
  Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
  Date:   2020-11-06 (Fri, 06 Nov 2020)

  Changed paths:
    M mythtv/programs/mythfrontend/progdetails.cpp

  Log Message:
  -----------
  correct relevance test for programgenres

The relevance column is used for sequencing but
it is not a number, but a character.  Testing
for > 0 results in not returning the entire list
of genres when the set is large (which can be
generated by (at least) the schedules direct
grabbers for some programs).

Fixes: #212
Fixes: #213

Signed-off-by: Peter Bennett <pbennett at mythtv.org>




More information about the mythtv-commits mailing list