Add mod and s3m to filetypes

This commit is contained in:
Jonas Kvinge
2021-09-26 16:23:02 +02:00
parent 0235be538b
commit 92f6a0c6c8
4 changed files with 25 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ message SongMetadata {
DSDIFF = 15;
PCM = 16;
APE = 17;
MOD = 18;
S3M = 19;
CDDA = 90;
STREAM = 91;
}