mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
Fix indexer class lookup by string when name has non-alphanumeric chars
This commit is contained in:
@@ -17,7 +17,7 @@ using System.Threading.Tasks;
|
||||
using System.Web;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Jackett
|
||||
namespace Jackett.Indexers
|
||||
{
|
||||
public class Freshon : BaseIndexer, IIndexer
|
||||
{
|
||||
|
Reference in New Issue
Block a user