Fixed: Don't reject paths under /srv

pull/6/head
Qstick 7 years ago
parent ef6a84c136
commit ff3f52eb3f

@ -62,7 +62,6 @@ namespace NzbDrone.Core.Validation.Paths
"/boot", "/boot",
"/lib", "/lib",
"/sbin", "/sbin",
"/srv",
"/proc" "/proc"
}; };

Loading…
Cancel
Save