mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
Synthesiz3r: enable music-search
This commit is contained in:
parent
adcfade7f2
commit
9aace8ae16
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue