mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
fixup! [REVERT] change def branch for dev testing
This commit is contained in:
parent
0f61e424e4
commit
77f98c832a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, I
|
||||||
{
|
{
|
||||||
/* Update Service will fall back if version # does not exist for an indexer per Ta */
|
/* 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;
|
private const int DEFINITION_VERSION = 8;
|
||||||
|
|
||||||
//Used when moving yml to C#
|
//Used when moving yml to C#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue