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"
};