mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fix pls ignoring
This commit is contained in:
parent
17830d63b4
commit
681849d174
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
|
||||
var excludeAudioType = []string{
|
||||
"audio/x-mpegurl",
|
||||
"audio/x-scpls",
|
||||
}
|
||||
|
||||
func IsAudioFile(filePath string) bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue