Fixed track art

This commit is contained in:
Ultradesu
2026-07-17 00:00:34 +03:00
parent eb8ed966f1
commit 73ee4dab9d
6 changed files with 136 additions and 15 deletions
+1
View File
@@ -422,6 +422,7 @@ fn track_edit_popup(track: &TrackItem) -> super::state::Popup {
"Disc #",
track.disc_number.map(|n| n.to_string()).unwrap_or_default(),
),
EditField::new("Cover path", track.cover_path.clone().unwrap_or_default()),
],
focus: 0,
error: None,