Commit f7721834 authored by Rafaël Carré's avatar Rafaël Carré

ncurses: restore hierarchical view

parent 923e80b5
...@@ -2250,6 +2250,7 @@ static playlist_item_t *PlaylistGetRoot( intf_thread_t *p_intf ) ...@@ -2250,6 +2250,7 @@ static playlist_item_t *PlaylistGetRoot( intf_thread_t *p_intf )
{ {
case VIEW_CATEGORY: case VIEW_CATEGORY:
p_item = p_playlist->p_root_category; p_item = p_playlist->p_root_category;
break;
default: default:
p_item = p_playlist->p_root_onelevel; p_item = p_playlist->p_root_onelevel;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment