1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Fixed: Include 'Sample' Directory in Ignored

This commit is contained in:
Qstick
2020-07-21 21:40:08 -04:00
parent c04f26b7f1
commit c84a9d6612
2 changed files with 6 additions and 5 deletions
@@ -166,10 +166,11 @@ namespace NzbDrone.Core.Test.MediaFiles.DiskScanServiceTests
Path.Combine(_movie.Path, "Deleted Scenes", "file2.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Featurettes", "file3.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Interviews", "file4.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Samples", "file5.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Scenes", "file6.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Shorts", "file7.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Trailers", "file8.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Sample", "file5.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Samples", "file6.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Scenes", "file7.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Shorts", "file8.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "Trailers", "file9.mkv").AsOsAgnostic(),
Path.Combine(_movie.Path, "The Count of Monte Cristo (2002) (1080p BluRay x265 10bit Tigole).mkv").AsOsAgnostic(),
});