diff options
-rw-r--r-- | xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp b/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp index c7ccd07b2c..85e127d7ef 100644 --- a/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp +++ b/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp @@ -126,10 +126,10 @@ void CGUIGameControl::SetHeight(float height) void CGUIGameControl::UpdateInfo(const CGUIListItem* item /* = nullptr */) { - Reset(); - if (item) { + Reset(); + std::string strVideoFilter = m_videoFilterInfo.GetItemLabel(item); if (!strVideoFilter.empty()) { |