1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 11:22:06 +00: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"
};