Don't set image.title to file basename in graphql (#5658)

* Don't set image title to filename in graphql
* Remove deprecated files field from image fragments
This commit is contained in:
WithoutPants
2025-02-18 16:32:33 +11:00
committed by GitHub
parent 50a900e83c
commit c8032f04fa
7 changed files with 31 additions and 25 deletions

View File

@@ -35,12 +35,6 @@ models:
model: github.com/stashapp/stash/internal/api.BoolMap
PluginConfigMap:
model: github.com/stashapp/stash/internal/api.PluginConfigMap
# define to force resolvers
Image:
model: github.com/stashapp/stash/pkg/models.Image
fields:
title:
resolver: true
VideoFile:
fields:
# override float fields - #1572