mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02: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 @@ public class RootFolderService : IRootFolderService
|
||||||
"lost+found",
|
"lost+found",
|
||||||
".appledb",
|
".appledb",
|
||||||
".appledesktop",
|
".appledesktop",
|
||||||
".appledouble"
|
".appledouble",
|
||||||
|
"@eadir"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue