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

View File

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