Improved UI. Added playlist manager
Build and Publish / Build and Publish Docker Image (push) Successful in 3m56s

This commit is contained in:
Ultradesu
2026-07-23 17:24:28 +03:00
parent 2fc5fd7960
commit d1370c6a28
10 changed files with 635 additions and 31 deletions
+1
View File
@@ -95,6 +95,7 @@ pub(super) struct PlaylistInfoRow {
#[derive(sqlx::FromRow)]
pub(super) struct PlaylistTrackRow {
pub(super) playlist_track_id: Option<i64>,
pub(super) id: i64,
pub(super) title: String,
pub(super) track_number: Option<i32>,