mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02:00
Fixed: Don't reject paths under /srv
This commit is contained in:
parent
ef6a84c136
commit
ff3f52eb3f
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ protected override bool IsValid(PropertyValidatorContext context)
|
||||||
"/boot",
|
"/boot",
|
||||||
"/lib",
|
"/lib",
|
||||||
"/sbin",
|
"/sbin",
|
||||||
"/srv",
|
|
||||||
"/proc"
|
"/proc"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue