mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
TorznabQuery: allow / character
This commit is contained in:
parent
14d3a9eb0a
commit
4692cd60ee
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ namespace Jackett.Models
|
|||
|| c == '('
|
||||
|| c == ')'
|
||||
|| c == '@'
|
||||
|| c == '/'
|
||||
|| c == '\''
|
||||
|| c == '['
|
||||
|| c == ']'
|
||||
|
|
Loading…
Reference in a new issue