1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Added UpdateMechanismMessage to allow package maintainers provide custom message

This commit is contained in:
Taloth Saldono
2020-05-03 17:28:18 +02:00
parent 5288b61378
commit c8d2fcb223
4 changed files with 17 additions and 5 deletions
+2 -1
View File
@@ -75,7 +75,8 @@ namespace Sonarr.Api.V3.System
StartTime = _runtimeInfo.StartTime,
PackageVersion = _deploymentInfoProvider.PackageVersion,
PackageAuthor = _deploymentInfoProvider.PackageAuthor,
PackageUpdateMechanism = _deploymentInfoProvider.PackageUpdateMechanism
PackageUpdateMechanism = _deploymentInfoProvider.PackageUpdateMechanism,
PackageUpdateMechanismMessage = _deploymentInfoProvider.PackageUpdateMechanismMessage
};
}