refactor: move base path config + documentation

This commit is contained in:
Thomas Frans
2023-05-27 14:15:55 +02:00
committed by Henrik Friedrichsen
parent 6be45ece90
commit 04cbe8ac20
4 changed files with 29 additions and 19 deletions

View File

@@ -40,6 +40,8 @@ pub enum PlayerEvent {
FinishedTrack,
}
// TODO: Rename or document this as it isn't immediately clear what it represents/does from the
// name.
#[derive(Clone)]
pub struct Spotify {
events: EventManager,