mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-26 19:57:25 +01:00
tracks editor: Report import errors
This commit is contained in:
parent
43b07c73dc
commit
0149da36e6
5 changed files with 58 additions and 32 deletions
|
|
@ -142,9 +142,13 @@ impl AlbumPage {
|
|||
.set_label(&album.performers_string());
|
||||
|
||||
for recording in &album.recordings {
|
||||
obj.imp()
|
||||
.recordings_flow_box
|
||||
.append(&RecordingTile::new(navigation, library, player, recording));
|
||||
obj.imp().recordings_flow_box.append(&RecordingTile::new(
|
||||
toast_overlay,
|
||||
navigation,
|
||||
library,
|
||||
player,
|
||||
recording,
|
||||
));
|
||||
}
|
||||
|
||||
obj.imp().album.set(album).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue