mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
Merge branch 'dev' into code-cleanup
This commit is contained in:
commit
e2751d42e8
345 changed files with 2991 additions and 3236 deletions
|
|
@ -115,7 +115,7 @@ namespace Emby.Server.Implementations.HttpServer.Security
|
|||
{
|
||||
info.Device = tokenInfo.DeviceName;
|
||||
}
|
||||
|
||||
|
||||
else if (!string.Equals(info.Device, tokenInfo.DeviceName, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
if (allowTokenInfoUpdate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue