tsk-86: Make MusicTypes and CoverArtTypes singular (#88)

Closes #86

Reviewed-on: #88
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-29 18:00:56 +00:00
committed by phoenix
parent 432078e3c2
commit b5429f80b0
6 changed files with 41 additions and 64 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#[derive(Debug)]
pub enum MusicTypes {
pub enum MusicType {
DefaultMusicExtension,
WavExtension,
FlacExtension,
@@ -8,7 +8,7 @@ pub enum MusicTypes {
}
#[derive(Debug)]
pub enum CoverArtTypes {
pub enum CoverArtType {
PngExtension,
JpegExtension,
JpgExtension,