Refactor the simplified playlist function
This commit is contained in:
committed by
Henrik Friedrichsen
parent
0f0b2f3e2a
commit
5981b08458
@@ -129,7 +129,7 @@ impl SearchView {
|
||||
.playlists
|
||||
.items
|
||||
.iter()
|
||||
.map(|sp| Playlists::process_playlist(sp, &&spotify))
|
||||
.map(|sp| Playlists::process_simplified_playlist(sp, &&spotify))
|
||||
.collect();
|
||||
let mut r = playlists.write().unwrap();
|
||||
*r = pls;
|
||||
|
||||
Reference in New Issue
Block a user