Skip to content

Commit

Permalink
Fix M3U mimetype on Debian Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed May 10, 2024
1 parent 00cbe4c commit c0885b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/file_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
)

var excludeAudioType = []string{
"audio/mpegurl",
"audio/x-mpegurl",
"audio/x-scpls",
}
Expand Down

0 comments on commit c0885b5

Please sign in to comment.