rename player events

This commit is contained in:
Henrik Friedrichsen
2019-03-04 00:29:48 +01:00
parent bb8326af88
commit 19ae8fcbfc
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ use spotify::PlayerState;
pub enum Event {
QueueUpdate,
PlayState(PlayerState),
Player(PlayerState),
}
pub type EventSender = Sender<Event>;