mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix plugin go examples (#2396)
This commit is contained in:
@@ -29,8 +29,8 @@ type TagDestroyInput struct {
|
||||
|
||||
type FindScenesResultType struct {
|
||||
Count graphql.Int
|
||||
DurationSeconds graphql.Float
|
||||
FilesizeBytes graphql.Int
|
||||
DurationSeconds graphql.Float `graphql:"duration" json:"duration"`
|
||||
FilesizeBytes graphql.Float `graphql:"filesize" json:"filesize"`
|
||||
Scenes []Scene
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user