Changes between Initial Version and Version 1 of Ticket #13442


Ignore:
Timestamp:
Apr 3, 2019, 4:39:48 AM (5 years ago)
Author:
David Hampton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13442

    • Property Summary changed from MythPlayer::JumpToProgram doesn't properly check for in progress to mythplayer doesn't properly check for in progress
  • Ticket #13442 – Description

    initial v1  
    1 This code doesn't properly compute the `isInProgress` variable, always computing the value 'true'.  This variable is only used as an argument to `SubtitleReader::LoadExternalSubtitles`, so the problem may not have had a visible effect.
     1There are two places where the code doesn't properly compute the `isInProgress` variable, always computing the value 'true'.  This variable is only used as an argument to `SubtitleReader::LoadExternalSubtitles`, so the problem may not have had a visible effect.