mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Allow ', [ and ] in search queries
This commit is contained in:
@@ -44,6 +44,9 @@ namespace Jackett.Models
|
||||
|| c == '('
|
||||
|| c == ')'
|
||||
|| c == '@'
|
||||
|| c == '\''
|
||||
|| c == '['
|
||||
|| c == ']'
|
||||
));
|
||||
var safetitle = new string(arr);
|
||||
return safetitle;
|
||||
|
Reference in New Issue
Block a user