Fixed: (Torznab) Overwrite description only if it's null

This commit is contained in:
Bogdan
2023-03-18 18:45:36 +02:00
parent b86a4fd670
commit b0e01fefdc
2 changed files with 2 additions and 3 deletions
@@ -88,7 +88,7 @@ namespace NzbDrone.Core.Indexers.Torznab
{
get
{
yield return GetDefinition("AnimeTosho", "", GetSettings("https://feed.animetosho.org"));
yield return GetDefinition("AnimeTosho", "Anime NZB/DDL mirror", GetSettings("https://feed.animetosho.org"));
yield return GetDefinition("MoreThanTV", "Private torrent tracker for TV / MOVIES", GetSettings("https://www.morethantv.me", apiPath: @"/api/torznab"));
yield return GetDefinition("Generic Torznab", "A Newznab-like api for torrents.", GetSettings(""));
}