mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-25 17:27:18 +00:00
Changed update URL
This commit is contained in:
parent
5eed64fa73
commit
760a40d61d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.Providers
|
||||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||||
|
|
||||||
private static readonly Regex parseRegex = new Regex(@"(?:\>)(?<filename>NzbDrone.+?(?<version>\d+\.\d+\.\d+\.\d+).+?)(?:\<\/A\>)", RegexOptions.IgnoreCase);
|
private static readonly Regex parseRegex = new Regex(@"(?:\>)(?<filename>NzbDrone.+?(?<version>\d+\.\d+\.\d+\.\d+).+?)(?:\<\/A\>)", RegexOptions.IgnoreCase);
|
||||||
public const string DEFAULT_UPDATE_URL = @"http://update.nzbdrone.com/master/";
|
public const string DEFAULT_UPDATE_URL = @"http://update.nzbdrone.com/_release/";
|
||||||
|
|
||||||
|
|
||||||
[Inject]
|
[Inject]
|
||||||
|
|
Loading…
Reference in a new issue