1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: MigrationVersion not passed to UI

This commit is contained in:
Qstick 2019-09-21 15:42:32 -04:00
parent 90e58e5a22
commit fb8143bb49

View File

@ -69,6 +69,7 @@ private object GetStatus()
Branch = _configFileProvider.Branch,
Authentication = _configFileProvider.AuthenticationMethod,
SqliteVersion = _database.Version,
MigrationVersion = _database.Migration,
UrlBase = _configFileProvider.UrlBase,
RuntimeVersion = _platformInfo.Version,
RuntimeName = PlatformInfo.Platform,