Add select artist dialog when multiple artists
This commit is contained in:
committed by
Henrik Friedrichsen
parent
68e51f263d
commit
2b20670743
@@ -39,7 +39,7 @@ pub trait ListItem: Sync + Send + 'static {
|
||||
None
|
||||
}
|
||||
|
||||
fn artist(&self) -> Option<Artist> {
|
||||
fn artists(&self) -> Option<Vec<Artist>> {
|
||||
None
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user