fix appVersion errors

pull/702/head
Luke Pulverenti 8 years ago
parent e8e5a314c5
commit d569ef4fd7

@ -104,6 +104,10 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
{
info.DeviceId = tokenInfo.DeviceId;
}
if (string.IsNullOrWhiteSpace(info.Version))
{
info.Version = tokenInfo.AppVersion;
}
}
else
{

Loading…
Cancel
Save