Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Add iLastPlayedPosition to PVR_RECORDING #170

Merged
merged 2 commits into from Mar 7, 2013

Conversation

fetzerch
Copy link
Contributor

Sync with xbmc/xbmc#1823

@opdenkamp
Copy link
Owner

the second commit needs to be rebased. the other ones could be merged in in 1 go, since they either applied cleanly or were easily fixed. this one needed more time than i got right now ;-)

@fetzerch
Copy link
Contributor Author

fetzerch commented Mar 7, 2013

Thanks for pulling everything! Quickly rebased and tested this one. The auto merge didn't work, both conflicting functions had to be appended. I updated the changelog as well to describe the added functionality.

if (it->second.Framterate() <0)
it->second.SetFramerate(m_db.GetRecordingFrameRate(it->second));
float frameRate = (float)it->second.Framterate() / 1000.0f;
if (programInfo.Framterate() < 0)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and fix the silly typo next round ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the post merge review ;)
I'll fix it up right away, that's the downside of editors with auto completion.

opdenkamp pushed a commit that referenced this pull request Mar 7, 2013
Add iLastPlayedPosition to PVR_RECORDING
@opdenkamp opdenkamp merged commit aa3a4d2 into opdenkamp:master Mar 7, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants