[mythtv-commits] [MythTV/mythtv] 26cc38: Remove extraneous ? character in Sat>IP OPTIONS me...

kmdewaal noreply at github.com
Mon Feb 28 20:26:33 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 26cc38423e2e4ede89dfabd9971196b83e17aadd
      https://github.com/MythTV/mythtv/commit/26cc38423e2e4ede89dfabd9971196b83e17aadd
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2022-02-28 (Mon, 28 Feb 2022)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/satiprtsp.cpp

  Log Message:
  -----------
  Remove extraneous ? character in Sat>IP OPTIONS message

The extraneous ? character occurs when the QUrl query is initialized to an empty string "".
Fixed by replacing the "" by a QString() in the OPTIONS and the PLAY query composition.
Thanks to Mike Bibbings for reporting and fixing this for the TEARDOWN command,
see https://code.mythtv.org/trac/ticket/13121#comment:20

Refs #13121




More information about the mythtv-commits mailing list