Deskmetrics will not report any data unless using the master branch.

This commit is contained in:
kay.one 2012-02-02 16:11:18 -08:00
commit 44d6d20bd6
4 changed files with 70 additions and 3 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/";
[Inject]