Skip to content

Commit

Permalink
X to destroy all tracks #64
Browse files Browse the repository at this point in the history
  • Loading branch information
subogero committed May 5, 2017
1 parent 1635389 commit b179c5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion m_list.c
Expand Up @@ -68,7 +68,9 @@ char **m_list(char *cmd, char *file)
}
if (*cmd == 'X') {
delete(L_ALL, 0);
return NULL;
now_next[0] = "";
now_next[1] = "";
return now_next;
}
if (*cmd == 'u') {
lmode = SHUFFLE;
Expand Down

0 comments on commit b179c5b

Please sign in to comment.