mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
set version properly
This commit is contained in:
parent
dca5101e46
commit
dfc6373744
@ -291,7 +291,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
|
|
||||||
var culture = "en-US";
|
var culture = "en-US";
|
||||||
|
|
||||||
var appVersion = DateTime.UtcNow.Ticks.ToString(CultureInfo.InvariantCulture);
|
var appVersion = _appHost.ApplicationVersion.ToString();
|
||||||
|
|
||||||
var mode = request.Mode;
|
var mode = request.Mode;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user