mirror of https://github.com/Sonarr/Sonarr
Fixed: Exclude @eaDir folders when adding existing series
This commit is contained in:
parent
30894429f3
commit
4de036af55
|
@ -39,7 +39,8 @@ namespace NzbDrone.Core.RootFolders
|
|||
"lost+found",
|
||||
".appledb",
|
||||
".appledesktop",
|
||||
".appledouble"
|
||||
".appledouble",
|
||||
"@eadir"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue