We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788eae2 commit a85bdf6Copy full SHA for a85bdf6
xbmc/pvr/filesystem/PVRGUIDirectory.cpp
@@ -486,7 +486,7 @@ std::shared_ptr<CPVRChannelGroupMember> GetFirstMatchingGroupMember(
486
if (channelGroup->IsDeleted())
487
continue;
488
489
- const std::shared_ptr<CPVRChannelGroupMember> groupMember{
+ std::shared_ptr<CPVRChannelGroupMember> groupMember{
490
channelGroup->GetByUniqueID(channel->StorageId())};
491
if (groupMember)
492
return groupMember;
0 commit comments