[pvr] fix hiding the "go to parent directory" item in the root of the
authorxhaggi <sascha.woo@gmail.com>
Thu, 31 Jul 2014 08:34:11 +0000 (10:34 +0200)
committerxhaggi <sascha.woo@gmail.com>
Thu, 31 Jul 2014 08:34:11 +0000 (10:34 +0200)
the recordings list

xbmc/pvr/windows/GUIWindowPVRBase.cpp

index c4a60a9..8164493 100644 (file)
@@ -673,6 +673,7 @@ bool CGUIWindowPVRBase::UpdateEpgForChannel(CFileItem *item)
 
 bool CGUIWindowPVRBase::Update(const std::string &strDirectory, bool updateFilterPath /* = true */)
 {
+  m_vecItems->SetPath(strDirectory);
   return CGUIMediaWindow::Update(strDirectory, updateFilterPath);
 }