editor: implement tracks editor parts list

This commit is contained in:
Elias Projahn 2025-02-16 08:46:40 +01:00
parent 642d9340e5
commit 53680df13d
15 changed files with 311 additions and 32 deletions

View file

@ -181,12 +181,9 @@ impl TracksEditor {
}
fn set_recording(&self, recording: Recording) {
self.imp().recording_row.set_title(&format!(
"{}: {}",
recording.work.composers_string(),
recording.work.name.get(),
));
self.imp()
.recording_row
.set_title(&recording.work.to_string());
self.imp()
.recording_row
.set_subtitle(&recording.performers_string());