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
@@ -4,7 +4,7 @@ using NzbDrone.Core.Annotations;
using NzbDrone.Core.Indexers.Settings;
using NzbDrone.Core.Validation;
namespace NzbDrone.Core.Indexers.HDBits
namespace NzbDrone.Core.Indexers.Definitions.HDBits
{
public class HDBitsSettingsValidator : NoAuthSettingsValidator<HDBitsSettings>
{