Fix M3U mimetype on Debian Bullseye

This commit is contained in:
Deluan 2024-05-09 22:09:39 -04:00 committed by Deluan Quintão
parent 00cbe4c357
commit c0885b55db

View file

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