Fix indexer class lookup by string when name has non-alphanumeric chars

This commit is contained in:
unknown
2015-07-19 11:37:08 -06:00
parent f045a1f350
commit c92caf18c5
4 changed files with 24 additions and 2 deletions

View File

@@ -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
{