mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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 @@ namespace NzbDrone.Core.Update
|
||||||
|
|
||||||
public List<UpdatePackage> GetRecentUpdatePackages()
|
public List<UpdatePackage> GetRecentUpdatePackages()
|
||||||
{
|
{
|
||||||
var branch = "develop";//_configFileProvider.Branch;
|
var branch = _configFileProvider.Branch;
|
||||||
return _updatePackageProvider.GetRecentUpdates(branch, BuildInfo.Version);
|
return _updatePackageProvider.GetRecentUpdates(branch, BuildInfo.Version);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue