recreate librespot session when it's invalid
initial attempt to handle #192
This commit is contained in:
@@ -5,6 +5,7 @@ use crate::spotify::PlayerEvent;
|
||||
|
||||
pub enum Event {
|
||||
Player(PlayerEvent),
|
||||
SessionDied,
|
||||
}
|
||||
|
||||
pub type EventSender = Sender<Event>;
|
||||
|
||||
Reference in New Issue
Block a user