0.2.40 & server 0.1.30

This commit is contained in:
ponzischeme89
2026-08-10 08:54:23 +12:00
parent 78d26effbf
commit e1bb687df4
5 changed files with 258 additions and 6 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ func (s *Server) handleHome(w http.ResponseWriter, r *http.Request, sess store.S
// among the shelves means nothing, and being first is what lets an older reader that
// does draw it put it somewhere sensible.
if hero {
if row := s.heroRow(ctx, out.Rows, time.Now()); row != nil {
if row := s.heroRow(ctx, out.Rows, sess.EmbyUserID, time.Now()); row != nil {
out.Rows = append([]recommend.Row{*row}, out.Rows...)
}
}