Skip to content

Commit

Permalink
fixed: movie sets node in video library had no content set
Browse files Browse the repository at this point in the history
  • Loading branch information
mkortstiege committed Nov 28, 2011
1 parent 1408a35 commit 51c5336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/video/windows/GUIWindowVideoNav.cpp
Expand Up @@ -371,6 +371,7 @@ bool CGUIWindowVideoNav::GetDirectory(const CStdString &strDirectory, CFileItemL
}
}
else if (node == NODE_TYPE_TITLE_MOVIES ||
node == NODE_TYPE_SETS ||
node == NODE_TYPE_RECENTLY_ADDED_MOVIES)
items.SetContent("movies");
else if (node == NODE_TYPE_TITLE_TVSHOWS)
Expand Down

0 comments on commit 51c5336

Please sign in to comment.