diff --git a/server/routes/auth.ts b/server/routes/auth.ts index 2c3aeaae..70e674f9 100644 --- a/server/routes/auth.ts +++ b/server/routes/auth.ts @@ -389,6 +389,7 @@ authRoutes.post('/jellyfin', async (req, res, next) => { jellyfinUsername: account.User.Name, } ); + user.avatar = `/avatarproxy/${account.User.Id}`; user.jellyfinUsername = account.User.Name; if (user.username === account.User.Name) {