fix: FileType

This commit is contained in:
rhunk 2024-01-07 21:58:52 +01:00
parent eb81059f3e
commit 8eeafc59b6

View File

@ -38,7 +38,6 @@ enum class FileType(
"ffd8ff" to JPG,
"47494638" to GIF,
"1a45dfa3" to MKV,
"52494646" to AVI,
)
fun fromString(string: String?): FileType {