[pvr] fix hiding the "go to parent directory" item in the root of the
[vuplus_xbmc] / 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);
 }