projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc08566
)
Add aac extension
author
OzGav
<gavnosp@hotmail.com>
Sun, 19 Jan 2025 11:24:23 +0000
(21:24 +1000)
committer
GitHub
<noreply@github.com>
Sun, 19 Jan 2025 11:24:23 +0000
(21:24 +1000)
music_assistant/providers/filesystem_local/__init__.py
patch
|
blob
|
history
diff --git
a/music_assistant/providers/filesystem_local/__init__.py
b/music_assistant/providers/filesystem_local/__init__.py
index dd4a1d885c7e40309230bd64c5ddb891235cc71e..3b367b68d184e5d8d92ff8f20320f670cf750cec 100644
(file)
--- a/
music_assistant/providers/filesystem_local/__init__.py
+++ b/
music_assistant/providers/filesystem_local/__init__.py
@@
-105,6
+105,7
@@
TRACK_EXTENSIONS = (
"wma",
"dsf",
"opus",
+ "aac",
)
PLAYLIST_EXTENSIONS = ("m3u", "pls", "m3u8")
SUPPORTED_EXTENSIONS = TRACK_EXTENSIONS + PLAYLIST_EXTENSIONS