Image count added to gallery data fragment (#6527)

This commit is contained in:
Valkyr-JS 2026-01-27 06:42:58 +00:00 committed by GitHub
parent d252a416d0
commit fe85b1eff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ fragment GalleryData on Gallery {
folder {
...FolderData
}
image_count
chapters {
...GalleryChapterData
}