Add album and artist searching

This commit is contained in:
KoffeinFlummi
2019-04-01 00:37:03 +02:00
parent c42c144ccf
commit d223aae9c7
10 changed files with 409 additions and 22 deletions

View File

@@ -255,4 +255,8 @@ impl Queue {
*random_order = None;
}
}
pub fn get_spotify(&self) -> Arc<Spotify> {
self.spotify.clone()
}
}