Added UpdateMechanismMessage to allow package maintainers provide custom message

This commit is contained in:
Taloth Saldono
2020-05-03 17:28:18 +02:00
committed by ta264
parent e9c1506e46
commit bc88a26c80
4 changed files with 19 additions and 5 deletions

View File

@@ -77,7 +77,8 @@ namespace Readarr.Api.V1.System
StartTime = _runtimeInfo.StartTime,
PackageVersion = _deploymentInfoProvider.PackageVersion,
PackageAuthor = _deploymentInfoProvider.PackageAuthor,
PackageUpdateMechanism = _deploymentInfoProvider.PackageUpdateMechanism
PackageUpdateMechanism = _deploymentInfoProvider.PackageUpdateMechanism,
PackageUpdateMechanismMessage = _deploymentInfoProvider.PackageUpdateMechanismMessage
};
}