1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00

Fixed: Exclude @eaDir folders when adding existing series

This commit is contained in:
Mark McDowall
2014-03-27 08:02:39 -07:00
parent 30894429f3
commit 4de036af55

View File

@@ -39,7 +39,8 @@ namespace NzbDrone.Core.RootFolders
"lost+found",
".appledb",
".appledesktop",
".appledouble"
".appledouble",
"@eadir"
};