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

@ -52,7 +52,7 @@ glib::wrapper! {
impl PlaylistItem {
pub fn new(
is_title: bool,
composers: Option<&str>,
composers: Option<String>,
work: &str,
performers: Option<&str>,
part_title: Option<&str>,