aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2021-05-16 21:48:39 +0200
committerGitHub <noreply@github.com>2021-05-16 21:48:39 +0200
commitc3d99abeadfbdff53e18147572ee35e62e81c697 (patch)
tree847ad615db688649120b227cb3a62c69a1101805
parentdbc793ec9106485c71c2c9d397c22bbd81c44c63 (diff)
parent7d48de60a7a0beb20418f325dba9802ee01bf656 (diff)
Merge pull request #19756 from ksooo/pvr-fix-playbackstate-init
[PVR] Fix typo in CPVRPlaybackState::ReInit
-rw-r--r--xbmc/pvr/PVRPlaybackState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/pvr/PVRPlaybackState.cpp b/xbmc/pvr/PVRPlaybackState.cpp
index 3da057f766..fc5d4aed4e 100644
--- a/xbmc/pvr/PVRPlaybackState.cpp
+++ b/xbmc/pvr/PVRPlaybackState.cpp
@@ -99,7 +99,7 @@ void CPVRPlaybackState::ReInit()
if (!m_activeGroupTV)
m_activeGroupTV = groupsTV->GetGroupAll();
if (!m_activeGroupRadio)
- m_activeGroupTV = groupsRadio->GetGroupAll();
+ m_activeGroupRadio = groupsRadio->GetGroupAll();
}
void CPVRPlaybackState::Clear()