mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Update DeploymentInfoProvider.cs
This commit is contained in:
parent
04b85071e3
commit
9e1009bc85
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace NzbDrone.Core.Configuration
|
||||||
var releaseInfoPath = Path.Combine(bin, "release_info");
|
var releaseInfoPath = Path.Combine(bin, "release_info");
|
||||||
|
|
||||||
PackageUpdateMechanism = UpdateMechanism.BuiltIn;
|
PackageUpdateMechanism = UpdateMechanism.BuiltIn;
|
||||||
DefaultBranch = "aphrodite";
|
DefaultBranch = "master";
|
||||||
|
|
||||||
if (Path.GetFileName(bin) == "bin" && diskProvider.FileExists(packageInfoPath))
|
if (Path.GetFileName(bin) == "bin" && diskProvider.FileExists(packageInfoPath))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue