mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
SanitizedSearchTerm: allow +
This commit is contained in:
@@ -97,6 +97,7 @@ namespace Jackett.Models
|
||||
|| c == '\''
|
||||
|| c == '['
|
||||
|| c == ']'
|
||||
|| c == '+'
|
||||
)).AsString();
|
||||
return safetitle;
|
||||
}
|
||||
|
Reference in New Issue
Block a user