1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Don't reject paths under /srv

Closes #2388
This commit is contained in:
Mark McDowall 2018-01-31 19:53:56 -08:00
parent d93645fb46
commit 4975793b45

View File

@ -62,7 +62,6 @@ protected override bool IsValid(PropertyValidatorContext context)
"/boot",
"/lib",
"/sbin",
"/srv",
"/proc"
};