Fix M3U mimetype on Debian Bullseye

This commit is contained in:
Deluan 2024-05-09 22:09:39 -04:00 committed by Joe Stump
parent 453e1371b6
commit 519c8f465b
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -8,6 +8,7 @@ import (
)
var excludeAudioType = []string{
"audio/mpegurl",
"audio/x-mpegurl",
"audio/x-scpls",
}