Fixed: (HDBits) Change TVDB search for daily shows, append slash to IndexerUrl

This commit is contained in:
Bogdan
2023-02-02 17:16:05 +02:00
parent a12001a5ef
commit 6a43eb0031
8 changed files with 95 additions and 25 deletions
@@ -7,7 +7,7 @@ using NzbDrone.Common.Http;
using NzbDrone.Core.Indexers.Exceptions;
using NzbDrone.Core.Parser.Model;
namespace NzbDrone.Core.Indexers.HDBits
namespace NzbDrone.Core.Indexers.Definitions.HDBits
{
public class HDBitsParser : IParseIndexerResponse
{