mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fixed: Exclude @eaDir folders when adding existing series
This commit is contained in:
parent
30894429f3
commit
4de036af55
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ namespace NzbDrone.Core.RootFolders
|
||||||
"lost+found",
|
"lost+found",
|
||||||
".appledb",
|
".appledb",
|
||||||
".appledesktop",
|
".appledesktop",
|
||||||
".appledouble"
|
".appledouble",
|
||||||
|
"@eadir"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue