tsk-45: Some changes

This commit is contained in:
2025-10-21 20:08:41 -04:00
parent fa5203013c
commit fef43b9799
3 changed files with 22 additions and 4 deletions

View File

@@ -1 +1,9 @@
pub mod coverart;
pub mod song;
pub struct FileType {
pub mime: String
}
pub enum FileTypeDef {
}