@@ -172,6 +172,7 @@ impl ViewExt for QueueView {
|
|||||||
if let Some(playing) = self.queue.get_current_index() {
|
if let Some(playing) = self.queue.get_current_index() {
|
||||||
self.list.move_focus_to(playing);
|
self.list.move_focus_to(playing);
|
||||||
}
|
}
|
||||||
|
return Ok(CommandResult::Consumed(None));
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user