Song s3 #4

Merged
phoenix merged 8 commits from song-s3 into main 2026-08-14 16:30:50 -04:00
Showing only changes of commit 5c87963b0e - Show all commits
+1
View File
@@ -49,6 +49,7 @@ pub struct Song {
pub data: Vec<u8>, pub data: Vec<u8>,
#[serde(skip)] #[serde(skip)]
pub directory: String, pub directory: String,
pub file_key: String,
// TODO: Think about what to do with this // TODO: Think about what to do with this
// #[serde(skip)] // #[serde(skip)]
// pub album_id: i32, // pub album_id: i32,