[pvr] fix: no channel numbers in channel-osd if continue last channel
authorxhaggi <sascha.woo@gmail.com>
Tue, 19 Nov 2013 18:35:59 +0000 (19:35 +0100)
committerxhaggi <sascha.woo@gmail.com>
Fri, 22 Nov 2013 23:26:27 +0000 (00:26 +0100)
xbmc/pvr/channels/PVRChannelGroups.cpp

index 565c030..2582a9b 100644 (file)
@@ -294,8 +294,7 @@ bool CPVRChannelGroups::Load(void)
   }
 
   // set the internal group as selected at startup
-  internalChannels->SetSelectedGroup(true);
-  m_selectedGroup = internalChannels;
+  SetSelectedGroup(internalChannels);
 
   CLog::Log(LOGDEBUG, "PVR - %s - %d %s channel groups loaded", __FUNCTION__, (int) m_groups.size(), m_bRadio ? "radio" : "TV");