mirror of
https://github.com/Radarr/Radarr
synced 2026-01-27 01:43:15 +01:00
Fixed: MigrationVersion not passed to UI
This commit is contained in:
parent
90e58e5a22
commit
fb8143bb49
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue