tsk-45: More changes

This commit is contained in:
2025-10-21 20:21:07 -04:00
parent fef43b9799
commit 250a009fad
3 changed files with 16 additions and 10 deletions

View File

@@ -2,8 +2,6 @@ pub mod coverart;
pub mod song;
pub struct FileType {
pub mime: String
}
pub enum FileTypeDef {
pub mime: String,
pub file_type: String,
}