Allow @ in search

This commit is contained in:
kaso17 2016-12-06 09:04:40 +01:00
parent 777f357cec
commit 047bdda088
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace Jackett.Models
|| c == '_'
|| c == '('
|| c == ')'
|| c == '@'
));
var safetitle = new string(arr);
return safetitle;