From: Marcel van der Veldt Date: Fri, 25 Apr 2025 19:12:10 +0000 (+0200) Subject: Fix: add some more exclusion paths X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=0a4adc83955ad3425b1b2f8e2db1239744c73898;p=music-assistant-server.git Fix: add some more exclusion paths --- diff --git a/music_assistant/providers/filesystem_local/helpers.py b/music_assistant/providers/filesystem_local/helpers.py index 1f49ff0e..5b431adb 100644 --- a/music_assistant/providers/filesystem_local/helpers.py +++ b/music_assistant/providers/filesystem_local/helpers.py @@ -8,7 +8,7 @@ from dataclasses import dataclass from music_assistant.helpers.compare import compare_strings -IGNORE_DIRS = ("recycle", "Recently-Snaphot") +IGNORE_DIRS = ("recycle", "Recently-Snaphot", "#recycle", "System Volume Information", "lost+found") @dataclass