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

[PVR] small tweaks #9116

Merged
merged 2 commits into from Mar 1, 2016
Merged

[PVR] small tweaks #9116

merged 2 commits into from Mar 1, 2016

Conversation

Glenn-1990
Copy link
Contributor

fixes:

  1. current position was off by a few %
  2. playing tag was updated with old timeshift info

@ksooo

@@ -263,9 +263,9 @@ float CEpgInfoTag::ProgressPercentage(void) const
iDuration = endTime - startTime > 0 ? endTime - startTime : 3600;

if (currentTime >= startTime && currentTime <= endTime)
fReturn = ((float) currentTime - startTime) / iDuration * 100;

This comment was marked as spam.

@ksooo ksooo added Type: Fix non-breaking change which fixes an issue Component: PVR v17 Krypton labels Feb 12, 2016
@Jalle19
Copy link
Member

Jalle19 commented Feb 12, 2016

If it works, +1

@Glenn-1990
Copy link
Contributor Author

@ksooo good to go?

@ksooo
Copy link
Member

ksooo commented Feb 29, 2016

jenkins build this please

ksooo added a commit that referenced this pull request Mar 1, 2016
@ksooo ksooo merged commit 786b76f into xbmc:master Mar 1, 2016
@ksooo
Copy link
Member

ksooo commented Mar 1, 2016

Thx, @Glenn-1990

@razzeee razzeee added this to the Krypton 17.0-alpha1 milestone Mar 1, 2016
@Glenn-1990 Glenn-1990 deleted the PVRguifixes branch March 1, 2016 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: PVR Type: Fix non-breaking change which fixes an issue v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants