mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Exclude @eaDir folders when adding existing series
This commit is contained in:
@@ -39,7 +39,8 @@ namespace NzbDrone.Core.RootFolders
|
|||||||
"lost+found",
|
"lost+found",
|
||||||
".appledb",
|
".appledb",
|
||||||
".appledesktop",
|
".appledesktop",
|
||||||
".appledouble"
|
".appledouble",
|
||||||
|
"@eadir"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user