1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02: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 @@ public class RootFolderService : IRootFolderService
"lost+found",
".appledb",
".appledesktop",
".appledouble"
".appledouble",
"@eadir"
};