mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix M3U mimetype on Debian Bullseye
This commit is contained in:
parent
00cbe4c357
commit
c0885b55db
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var excludeAudioType = []string{
|
var excludeAudioType = []string{
|
||||||
|
"audio/mpegurl",
|
||||||
"audio/x-mpegurl",
|
"audio/x-mpegurl",
|
||||||
"audio/x-scpls",
|
"audio/x-scpls",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue