fix sets directory node after d2455c3f64d583cc065362162f784da63bd0e38d - don't displa...
authorVoyager1 <Voyager@xbmc.org>
Sat, 20 Oct 2012 06:14:58 +0000 (08:14 +0200)
committerVoyager1 <Voyager@xbmc.org>
Sat, 20 Oct 2012 06:18:25 +0000 (08:18 +0200)
xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeSets.cpp

index 0a60a29..8e9e6eb 100644 (file)
@@ -52,7 +52,7 @@ bool CDirectoryNodeSets::GetContent(CFileItemList& items) const
   CQueryParams params;
   CollectQueryParams(params);
 
-  bool bSuccess=videodatabase.GetSetsNav(BuildPath(), items, params.GetContentType());
+  bool bSuccess=videodatabase.GetSetsNav(BuildPath(), items, params.GetContentType(), true);
 
   videodatabase.Close();