1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

New: Ignore extra files in theme-music and backdrop folders

Closes #8195
This commit is contained in:
Mark McDowall
2025-11-23 16:18:25 -08:00
parent d4f14246f1
commit 7284898c7d
3 changed files with 48 additions and 1 deletions
@@ -90,6 +90,7 @@ namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
[TestCase(".secret")]
[TestCase(".hidden")]
[TestCase(".unwanted")]
[TestCase("theme-music")]
public void should_filter_certain_sub_folders(string subFolder)
{
var path = @"C:\Test\";