mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
New: nzbplanet.net as a newznab preset
This commit is contained in:
parent
6c020111b8
commit
87d15092e5
1 changed files with 8 additions and 0 deletions
|
@ -80,6 +80,14 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||||
Settings = GetSettings("https://www.oznzb.com", new List<Int32>())
|
Settings = GetSettings("https://www.oznzb.com", new List<Int32>())
|
||||||
});
|
});
|
||||||
|
|
||||||
|
list.Add(new IndexerDefinition
|
||||||
|
{
|
||||||
|
Enable = false,
|
||||||
|
Name = "nzbplanet.net",
|
||||||
|
Implementation = GetType().Name,
|
||||||
|
Settings = GetSettings("https://nzbplanet.net", new List<Int32>())
|
||||||
|
});
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue