mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 03:11:51 +00: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",
|
||||
".appledb",
|
||||
".appledesktop",
|
||||
".appledouble"
|
||||
".appledouble",
|
||||
"@eadir"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue