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] Timers: Fix changing timer type after creation. #10198

Merged
merged 1 commit into from Jul 31, 2016

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Jul 30, 2016

Followup to #10057
Bug reported in the forum: http://forum.kodi.tv/showthread.php?tid=284616

@metaron-uk fyi
@Jalle19 for review?

@ksooo ksooo added Type: Fix non-breaking change which fixes an issue Component: PVR v17 Krypton labels Jul 30, 2016
@ksooo ksooo added this to the Krypton 17.0-alpha3 milestone Jul 30, 2016
@ksooo
Copy link
Member Author

ksooo commented Jul 30, 2016

jenkins build this please

@ksooo
Copy link
Member Author

ksooo commented Jul 31, 2016

@Jalle19 I really would like to have this in alpha 3 as it also fixes a crash. If you won't find time for review today, np. Changes are straight forward, imo very low regression potential.

/* Update timer on pvr backend */
bReturn = g_PVRTimers->UpdateTimer(tag);
}
bReturn = EditTimer(item);

This comment was marked as spam.

@Jalle19
Copy link
Member

Jalle19 commented Jul 31, 2016

Had a quick look through, I suppose it's good. +1.

@ksooo
Copy link
Member Author

ksooo commented Jul 31, 2016

Thanks @Jalle19.

@ksooo ksooo merged commit 1bdc417 into xbmc:master Jul 31, 2016
@ksooo ksooo deleted the pvr-fix-change-timer-type branch July 31, 2016 08:53
@metaron-uk
Copy link
Contributor

Seems to address the issue I reported. Thanks @ksooo :)

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

3 participants