tsk-45: Added macros of FileType

This commit is contained in:
phoenix
2025-10-21 21:43:55 -04:00
parent 561d740120
commit 8acf220fc4
+1
View File
@@ -1,6 +1,7 @@
pub mod coverart; pub mod coverart;
pub mod song; pub mod song;
#[derive(Debug, Default)]
pub struct FileType { pub struct FileType {
pub mime: String, pub mime: String,
pub file_type: String, pub file_type: String,