Fixed mobile UI
Build and Publish / Build and Publish Docker Image (push) Successful in 2m45s

This commit is contained in:
2026-05-26 11:15:27 +03:00
parent d65fd022d2
commit 4170ce269d
6 changed files with 438 additions and 20 deletions
+2
View File
@@ -55,6 +55,7 @@ pub(super) struct TrackItem {
pub(super) duration_seconds: f64,
pub(super) artists: Vec<ArtistRef>,
pub(super) featured_artists: Vec<ArtistRef>,
pub(super) release_year: Option<i32>,
pub(super) cover_url: Option<String>,
pub(super) stream_url: String,
pub(super) uploader_name: String,
@@ -71,6 +72,7 @@ pub(super) struct ArtistAppearanceTrack {
pub(super) title: String,
pub(super) release_id: i64,
pub(super) release_title: String,
pub(super) release_year: Option<i32>,
pub(super) duration_seconds: f64,
pub(super) artists: Vec<ArtistRef>,
pub(super) featured_artists: Vec<ArtistRef>,