consume next queue entry after finishing current track

This commit is contained in:
Henrik Friedrichsen
2019-02-10 21:13:43 +01:00
parent f75c6fbbb8
commit 6da617cf42
2 changed files with 20 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ fn main() {
cfg.username,
cfg.password,
cfg.client_id,
queue.clone()
));
let searchscreen = cursive.active_screen();