0.2.64 update

This commit is contained in:
ponzischeme89
2026-08-15 09:23:26 +12:00
parent a2ca7e8061
commit d5d47473a2
90 changed files with 9188 additions and 451 deletions
+2
View File
@@ -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
}