Implement Command::NextFile

This commit is contained in:
Josh Hansen 2023-06-29 14:42:10 -07:00
parent 78beff38b0
commit 734144a947

View file

@ -474,6 +474,9 @@ fn main() {
}
}
}
Command::NextFile => {
buf.lock().clear();
},
Command::Play => {
stream.play().unwrap();
paused = false;