commit 8eeafc59b69cedba6978f4eafef909dae22fa185 parent eb81059f3e7ad695e410f841174547d123e080fc Author: rhunk <101876869+rhunk@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:58:52 +0100 fix: FileType Diffstat:
M | common/src/main/kotlin/me/rhunk/snapenhance/common/data/FileType.kt | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/common/src/main/kotlin/me/rhunk/snapenhance/common/data/FileType.kt b/common/src/main/kotlin/me/rhunk/snapenhance/common/data/FileType.kt @@ -38,7 +38,6 @@ enum class FileType( "ffd8ff" to JPG, "47494638" to GIF, "1a45dfa3" to MKV, - "52494646" to AVI, ) fun fromString(string: String?): FileType {