Add SongList component

This commit is contained in:
2024-10-11 13:22:57 -04:00
parent 36e7a5827b
commit 0550b18d77
5 changed files with 284 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use time::Date;
/// Holds information about a song
///
/// Intended to be used in the front-end, as it includes artist and album objects, rather than just their ids.
#[derive(Clone)]
pub struct SongData {
/// Song id
pub id: i32,