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

@ -258,7 +258,7 @@ namespace NzbDrone.Core.Providers.Core
public virtual string UpdateUrl
{
get { return GetValue("UpdateUrl", @"http://update.nzbdrone.com/master/"); }
get { return GetValue("UpdateUrl", UpdateProvider.DEFAULT_UPDATE_URL); }
set { SetValue("UpdateUrl", value); }
}