Use primary tag name as marker title where title is empty (#2994)

* Fix display of marker popovers
* Use primary tag as title where marker title empty
This commit is contained in:
WithoutPants
2022-10-11 14:21:56 +11:00
committed by GitHub
parent 68a1547e8b
commit e3cd36f25f
6 changed files with 42 additions and 14 deletions

View File

@@ -31,6 +31,10 @@ fragment SlimSceneData on Scene {
id
title
seconds
primary_tag {
id
name
}
}
galleries {