0.2.64 update
This commit is contained in:
@@ -22,6 +22,7 @@ import (
|
||||
// handler has returned by the time the middleware reads this, so no lock is needed.
|
||||
type requestIdentity struct {
|
||||
component string
|
||||
userID string
|
||||
user string
|
||||
device string
|
||||
client string
|
||||
@@ -55,6 +56,7 @@ func identify(ctx context.Context, sess store.Session) {
|
||||
if identity == nil {
|
||||
return
|
||||
}
|
||||
identity.userID = sess.EmbyUserID
|
||||
if sess.Username != "" {
|
||||
identity.user = sess.Username
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user