[mythtv-commits] Ticket #13612: UPNP: Fix resource duration

MythTV noreply at mythtv.org
Tue Apr 21 18:23:24 UTC 2020


#13612: UPNP: Fix resource duration
--------------------------------------+--------------------------
     Reporter:  Nigel Jewell          |      Owner:  dblain
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  needs_triage
    Component:  MythTV - UPnP         |    Version:  v31-fixes
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+--------------------------
 In commit 77b560f3cc100717729ed1836367e57ff16c7eb6 a bug was introduced in
 {{{QString resDurationFormat(uint32_t msec)}}}.

 The format string of {{{"%01u:%02u:%02u.%01u"}}} should be
 {{{"%1:%2:%3.%4"}}}.

 It's been subsequently resolved in
 c47ae6d443ddd2e305ee862e616e5ad0b0b46509 by removing the need for that
 format string.

 Could this change be also merged into fixes/31?  At present
 resDurationFormat is providing incorrect data to the UPnP client.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13612>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list