mirror of
https://github.com/Radarr/Radarr
synced 2025-12-14 12:23:11 +01:00
Remove hacky way to change branch
This commit is contained in:
parent
906ecfb6a1
commit
ad7b6a8ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public RecentUpdateProvider(IConfigFileProvider configFileProvider,
|
|||
|
||||
public List<UpdatePackage> GetRecentUpdatePackages()
|
||||
{
|
||||
var branch = "develop";//_configFileProvider.Branch;
|
||||
var branch = _configFileProvider.Branch;
|
||||
return _updatePackageProvider.GetRecentUpdates(branch, BuildInfo.Version);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue