TorznabQuery: allow / character

This commit is contained in:
kaso17
2017-12-18 18:38:33 +01:00
parent 14d3a9eb0a
commit 4692cd60ee

View File

@@ -109,6 +109,7 @@ namespace Jackett.Models
|| c == '(' || c == '('
|| c == ')' || c == ')'
|| c == '@' || c == '@'
|| c == '/'
|| c == '\'' || c == '\''
|| c == '[' || c == '['
|| c == ']' || c == ']'