override .kar to audio/midi for UTV

This commit is contained in:
zefie
2022-03-27 23:43:53 -04:00
parent 4f36dd7829
commit e7154fe313

View File

@@ -140,6 +140,9 @@ class WTVMime {
case "ini": case "ini":
wtv_mime_type = "wtv/jack-configuration"; wtv_mime_type = "wtv/jack-configuration";
break; break;
case "kar":
wtv_mime_type = "audio/midi";
break;
case "mips-code": case "mips-code":
wtv_mime_type = "code/x-wtv-code-mips"; wtv_mime_type = "code/x-wtv-code-mips";
break; break;