mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Removed reference to Sonarr and replaced them with Lidarr
This commit is contained in:
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.Update
|
||||
|
||||
public List<UpdatePackage> GetRecentUpdatePackages()
|
||||
{
|
||||
var branch = _configFileProvider.Branch;
|
||||
var branch = "develop";//_configFileProvider.Branch;
|
||||
return _updatePackageProvider.GetRecentUpdates(branch, BuildInfo.Version);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user