Compare commits

..

1 Commits

Author SHA1 Message Date
phoenix 8acf220fc4 tsk-45: Added macros of FileType 2025-10-21 21:43:55 -04:00
+1
View File
@@ -1,6 +1,7 @@
pub mod coverart;
pub mod song;
#[derive(Debug, Default)]
pub struct FileType {
pub mime: String,
pub file_type: String,