tsk-83: Add None value for MusicTypes and CoverArtTypes #87

Merged
phoenix merged 6 commits from tsk-83 into main 2025-10-28 17:05:14 +00:00
Showing only changes of commit 242544e7ad - Show all commits

View File

@@ -4,6 +4,7 @@ pub enum MusicTypes {
WavExtension, WavExtension,
FlacExtension, FlacExtension,
MPThreeExtension, MPThreeExtension,
None,
} }
#[derive(Debug)] #[derive(Debug)]
@@ -11,4 +12,5 @@ pub enum CoverArtTypes {
PngExtension, PngExtension,
JpegExtension, JpegExtension,
JpgExtension, JpgExtension,
None,
} }