mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-21 19:12:39 -05:00
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);
|
||||
update_playlist(true);
|
||||
update_lists(&playlist_lists);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
#ifdef HAVE_HOTKEY
|
||||
case ACTION_TREE_HOTKEY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue