Add tabview, add playlists to search

This commit is contained in:
KoffeinFlummi
2019-03-28 13:47:04 +01:00
parent d2dc2f0ecc
commit 3c7b3e3618
5 changed files with 176 additions and 12 deletions

View File

@@ -108,7 +108,7 @@ impl Playlists {
}
}
fn process_playlist(list: &SimplifiedPlaylist, spotify: &Spotify) -> Playlist {
pub fn process_playlist(list: &SimplifiedPlaylist, spotify: &Spotify) -> Playlist {
debug!("got list: {}", list.name);
let id = list.id.clone();