mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Remove hacky way to change branch
This commit is contained in:
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.Update
|
||||
|
||||
public List<UpdatePackage> GetRecentUpdatePackages()
|
||||
{
|
||||
var branch = "develop";//_configFileProvider.Branch;
|
||||
var branch = _configFileProvider.Branch;
|
||||
return _updatePackageProvider.GetRecentUpdates(branch, BuildInfo.Version);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user