Skip to content

Commit

Permalink
fixed remove switching to song view
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol committed Jan 21, 2024
1 parent 57a975e commit bf4685d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kew.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ void handleInput()
break;
case EVENT_REMOVE:
handleRemove();
break;
case EVENT_SHOWTRACK:
showTrack();
break;
Expand Down

0 comments on commit bf4685d

Please sign in to comment.