Add select artist dialog when multiple artists

This commit is contained in:
Qluxzz
2021-01-09 16:36:18 +01:00
committed by Henrik Friedrichsen
parent 68e51f263d
commit 2b20670743
6 changed files with 92 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ pub trait ListItem: Sync + Send + 'static {
None
}
fn artist(&self) -> Option<Artist> {
fn artists(&self) -> Option<Vec<Artist>> {
None
}