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
+3
View File
@@ -162,6 +162,9 @@ pub struct TrackEdit {
pub featured_artists: Vec<String>,
pub track_number: Option<i32>,
pub disc_number: Option<i32>,
/// Cover image path; the cover lives on the track's release (the same
/// image every view shows for the track). None clears it.
pub cover_path: Option<String>,
}
#[derive(Debug, Clone)]