mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
fix appVersion errors
This commit is contained in:
@@ -104,6 +104,10 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
|
|||||||
{
|
{
|
||||||
info.DeviceId = tokenInfo.DeviceId;
|
info.DeviceId = tokenInfo.DeviceId;
|
||||||
}
|
}
|
||||||
|
if (string.IsNullOrWhiteSpace(info.Version))
|
||||||
|
{
|
||||||
|
info.Version = tokenInfo.AppVersion;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user