Playlist Viewer: Fix unintentional fallthrough
Change-Id: Iead5635e0e7f20dc556f26f735fd47597c9169b6
This commit is contained in:
parent
5e757b4d6e
commit
c1c0318c8d
1 changed files with 1 additions and 1 deletions
|
@ -972,8 +972,8 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename)
|
||||||
quick_screen_quick(button);
|
quick_screen_quick(button);
|
||||||
update_playlist(true);
|
update_playlist(true);
|
||||||
update_lists(&playlist_lists);
|
update_lists(&playlist_lists);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_HOTKEY
|
#ifdef HAVE_HOTKEY
|
||||||
case ACTION_TREE_HOTKEY:
|
case ACTION_TREE_HOTKEY:
|
||||||
|
|
Loading…
Reference in a new issue