Changed update URL

This commit is contained in:
Mark McDowall 2012-09-08 17:32:21 -07:00
parent 5eed64fa73
commit 760a40d61d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace NzbDrone.Core.Providers
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
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]