Minor gallery-related fixes (#3448)

* Fix gallery titles
* Fix SceneListTable
This commit is contained in:
DingDongSoLong4
2023-02-20 00:25:48 +02:00
committed by GitHub
parent 51469cfc7f
commit 28b8473f2d
5 changed files with 28 additions and 40 deletions

View File

@@ -46,6 +46,9 @@ fragment SlimSceneData on Scene {
files {
path
}
folder {
path
}
title
}