Skip to content

Commit

Permalink
unstable: handlers: gallery: fixed faulting ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadiestro committed Nov 28, 2024
1 parent b212072 commit 7ff49ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stiller-backend/pkg/dbutils/generals.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func GetGalleryData(gallery int) (*StillerGalleryData, error) {
ref := stmt.GetText("slotid")
slots = append(slots, StillerGallerySlot{
MetatemplateSlot: *template_index[ref],
RefId: ref,
ResId: int(stmt.GetInt64("res")),
Title: stmt.GetText("title"),
Description: stmt.GetText("description"),
Expand Down

0 comments on commit 7ff49ad

Please sign in to comment.