mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Deskmetrics will not report any data unless using the master branch.
This commit is contained in:
parent
7482a4c935
commit
44d6d20bd6
4 changed files with 70 additions and 3 deletions
|
@ -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); }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue