TorznabQuery: allow % in search term

This commit is contained in:
kaso17 2017-09-15 18:54:33 +02:00
parent b378f74202
commit 861271ac04
1 changed files with 1 additions and 0 deletions

View File

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