From 77f98c832a03035a79d1c973a589fc4beed40a06 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 31 Jul 2022 14:56:02 -0500 Subject: [PATCH] fixup! [REVERT] change def branch for dev testing --- .../IndexerVersions/IndexerDefinitionUpdateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs index 7833d9099..52d351d56 100644 --- a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs +++ b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs @@ -28,7 +28,7 @@ namespace NzbDrone.Core.IndexerVersions { /* Update Service will fall back if version # does not exist for an indexer per Ta */ - private const string DEFINITION_BRANCH = "master"; + private const string DEFINITION_BRANCH = "newznab-xml-to-yml-scriptupdates"; private const int DEFINITION_VERSION = 8; //Used when moving yml to C#