notwhat.cd: enable music-search

This commit is contained in:
kaso17 2017-10-18 18:31:27 +02:00
parent 281678892d
commit 9b592259aa
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ using NLog;
using Jackett.Services;
using Jackett.Utils.Clients;
using Jackett.Indexers.Abstract;
using System.Collections.Generic;
namespace Jackett.Indexers
{
@ -20,6 +21,7 @@ namespace Jackett.Indexers
{
Language = "en-us";
Type = "private";
TorznabCaps.SupportedMusicSearchParamsList = new List<string>() { "q", "artist", "label", "year" };
AddCategoryMapping(1, TorznabCatType.Audio, "Music");
AddCategoryMapping(2, TorznabCatType.PC, "Applications");