Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epg: fix a bug in the 'current event changed' checking #1420

Merged
merged 1 commit into from Sep 13, 2012
Merged

epg: fix a bug in the 'current event changed' checking #1420

merged 1 commit into from Sep 13, 2012

Conversation

RobertMe
Copy link
Contributor

Fixes a bug where on channels without events (radio for example) it would always detect the events as having changed.

The fix makes sure there is a new current playing event, which was the bug. On radio channels there is no previous event, thus bGotPreviousTag was false, which was being inverted to true and the if would be true.

Copy from PVR work: opdenkamp#637

Fixes a bug where on channels without events (radio for example) the condition
would always be true.
opdenkamp pushed a commit that referenced this pull request Sep 13, 2012
epg: fix a bug in the 'current event changed' checking
@opdenkamp opdenkamp merged commit 23da867 into xbmc:master Sep 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants