mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
Changed update URL
This commit is contained in:
parent
5eed64fa73
commit
760a40d61d
@ -24,7 +24,7 @@ public class UpdateProvider
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user