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

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


  Branch: refs/heads/fixes/32
  Home:   https://github.com/MythTV/mythtv
  Commit: 44a45272517a8122369d74f149dc86432afe3ac0
      https://github.com/MythTV/mythtv/commit/44a45272517a8122369d74f149dc86432afe3ac0
  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

(cherry picked from commit 26cc38423e2e4ede89dfabd9971196b83e17aadd)




More information about the mythtv-commits mailing list