Synthesiz3r: enable music-search

This commit is contained in:
kaso17 2017-10-18 18:31:02 +02:00
parent adcfade7f2
commit 9aace8ae16
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");