Implement (un)saving tracks, albums; (un)following artists
This commit is contained in:
@@ -54,4 +54,8 @@ impl ListItem for Playlist {
|
||||
queue.append(track);
|
||||
}
|
||||
}
|
||||
|
||||
fn toggle_saved(&mut self, _library: Arc<Library>) {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user