Fixed: MigrationVersion not passed to UI

pull/3762/head
Qstick 5 years ago
parent 90e58e5a22
commit fb8143bb49

@ -69,6 +69,7 @@ namespace Radarr.Api.V2.System
Branch = _configFileProvider.Branch,
Authentication = _configFileProvider.AuthenticationMethod,
SqliteVersion = _database.Version,
MigrationVersion = _database.Migration,
UrlBase = _configFileProvider.UrlBase,
RuntimeVersion = _platformInfo.Version,
RuntimeName = PlatformInfo.Platform,

Loading…
Cancel
Save