Code reorganizing (#17)

Reviewed-on: #17
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-04-13 20:30:10 +00:00
committed by phoenix
parent 79a7012a3a
commit b7df0a1994
3 changed files with 238 additions and 244 deletions
+8
View File
@@ -0,0 +1,8 @@
pub enum Type {
Title,
Artist,
Album,
Genre,
Date,
Track,
}