1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-02 13:16:16 +00:00

Redacted: enable music-search

This commit is contained in:
kaso17 2017-10-18 18:31:14 +02:00
parent 9aace8ae16
commit 281678892d

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");