SanitizedSearchTerm: allow +

This commit is contained in:
kaso17 2017-08-29 17:34:38 +02:00
parent 861a33f4af
commit 168f04e786
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ namespace Jackett.Models
|| c == '\'' || c == '\''
|| c == '[' || c == '['
|| c == ']' || c == ']'
|| c == '+'
)).AsString(); )).AsString();
return safetitle; return safetitle;
} }