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] Trac 17372: Fix wrong initial channel focus with 'Continue last channel on startup' setting. #11843

Merged
merged 2 commits into from
Mar 13, 2017

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Mar 11, 2017

Fixes Trac 17372: http://trac.kodi.tv/ticket/17372

Fix was runtime tested on macOS on latest Kodi master.

@Jalle19 for review?

@ksooo ksooo added Type: Fix non-breaking change which fixes an issue Component: PVR v18 Leia labels Mar 11, 2017
@ksooo ksooo requested a review from Jalle19 March 11, 2017 16:20
@ksooo ksooo added this to the L 18.0-alpha1 milestone Mar 11, 2017
@ksooo
Copy link
Member Author

ksooo commented Mar 12, 2017

jenkins build this please

@ksooo
Copy link
Member Author

ksooo commented Mar 12, 2017

IOS Jenkins error is unrelated.

make: *** [/Users/Shared/jenkins/workspace/IOS/tools/depends/pre-depends/autoconf-pre-depends/../../pre-build-deps/autoconf-2.68.tar.gz] Error 7
autoconf was not found and could not be built. Aborting.

@@ -82,8 +82,8 @@ namespace EPG
void GoToEnd();
void GoToNow();
void SetTimelineItems(const std::unique_ptr<CFileItemList> &items, const CDateTime &gridStart, const CDateTime &gridEnd);
void SetChannel(const PVR::CPVRChannelPtr &channel);
void SetChannel(const std::string &channel);
bool SetChannel(const PVR::CPVRChannelPtr &channel);

This comment was marked as spam.

@ksooo
Copy link
Member Author

ksooo commented Mar 13, 2017

@Jalle19 requested changes are in.

jenkins build and merge

@jenkins4kodi jenkins4kodi merged commit 542333b into xbmc:master Mar 13, 2017
@ksooo ksooo deleted the trac17372 branch March 25, 2017 22:01
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 v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants