mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
Update source/utils/session.bs
This commit is contained in:
parent
52403ca454
commit
a43f42b52b
@ -135,7 +135,7 @@ namespace session
|
||||
session.Update("user", tmpSessionUser)
|
||||
|
||||
' keep auth header in sync
|
||||
if key = "name"
|
||||
if LCase(key) = "name"
|
||||
session.user.SetServerDeviceName()
|
||||
end if
|
||||
end sub
|
||||
|
Loading…
Reference in New Issue
Block a user