[mythtv-commits] [MythTV/mythtv] 98c82d: Fix problem with GetStatus API call while playing ...

David Hampton noreply at github.com
Fri May 27 14:48:24 UTC 2022


  Branch: refs/heads/fixes/32
  Home:   https://github.com/MythTV/mythtv
  Commit: 98c82d515d53ef57431d6bbfcd4264543a42426b
      https://github.com/MythTV/mythtv/commit/98c82d515d53ef57431d6bbfcd4264543a42426b
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-05-27 (Fri, 27 May 2022)

  Changed paths:
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/programs/mythfrontend/networkcontrol.cpp

  Log Message:
  -----------
  Fix problem with GetStatus API call while playing video.

This bug was introduced while fixing a problem where all the network
control "play" commands were duplicated by MythTV.  Most of the "play"
commands are idempotent, so the only place the duplication was visible
was the "play speed pause" command.

Fixing that problem using a different method restores the
functionality of the GetStatus API call.

Fixes #545.

(cherry picked from commit 07511117eef755794defc185c6c681f765535848)




More information about the mythtv-commits mailing list