From c2e545e80b819ffa8e1c2c51ccb535b898c90cb4 Mon Sep 17 00:00:00 2001 From: OzGav Date: Sun, 19 Jan 2025 21:24:23 +1000 Subject: [PATCH] Add aac extension --- music_assistant/providers/filesystem_local/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/music_assistant/providers/filesystem_local/__init__.py b/music_assistant/providers/filesystem_local/__init__.py index dd4a1d88..3b367b68 100644 --- 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 -- 2.34.1