From 5c87963b0ec07e01d75f91cb53cb9c8c50625a24 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 14 Aug 2026 09:02:16 -0400 Subject: [PATCH] Adding file_key to song model --- src/song.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/song.rs b/src/song.rs index 290b20a..40b5371 100644 --- a/src/song.rs +++ b/src/song.rs @@ -49,6 +49,7 @@ pub struct Song { pub data: Vec, #[serde(skip)] pub directory: String, + pub file_key: String, // TODO: Think about what to do with this // #[serde(skip)] // pub album_id: i32,