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