mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Synthesiz3r: enable music-search
This commit is contained in:
@@ -3,6 +3,7 @@ using NLog;
|
|||||||
using Jackett.Services;
|
using Jackett.Services;
|
||||||
using Jackett.Utils.Clients;
|
using Jackett.Utils.Clients;
|
||||||
using Jackett.Indexers.Abstract;
|
using Jackett.Indexers.Abstract;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Jackett.Indexers
|
namespace Jackett.Indexers
|
||||||
{
|
{
|
||||||
@@ -20,6 +21,7 @@ namespace Jackett.Indexers
|
|||||||
{
|
{
|
||||||
Language = "en-us";
|
Language = "en-us";
|
||||||
Type = "private";
|
Type = "private";
|
||||||
|
TorznabCaps.SupportedMusicSearchParamsList = new List<string>() { "q", "artist", "label", "year" };
|
||||||
|
|
||||||
AddCategoryMapping(1, TorznabCatType.Audio, "Music");
|
AddCategoryMapping(1, TorznabCatType.Audio, "Music");
|
||||||
AddCategoryMapping(2, TorznabCatType.PC, "Applications");
|
AddCategoryMapping(2, TorznabCatType.PC, "Applications");
|
||||||
|
Reference in New Issue
Block a user