Handle keybindings immediately

This commit is contained in:
KoffeinFlummi
2019-03-31 21:30:51 +02:00
parent 3d446ab942
commit 3f57111b7e
2 changed files with 5 additions and 8 deletions

View File

@@ -5,7 +5,6 @@ use spotify::PlayerEvent;
pub enum Event {
Player(PlayerEvent),
Command(String),
}
pub type EventSender = Sender<Event>;