mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
* Support getting scenes on movies in the API * Make movie card visually consistent with scene etc * Add date * Add synopsis * Show scene count with hover listing the scenes * Move scene index to button * Move scene number to own section Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
5 lines
67 B
GraphQL
5 lines
67 B
GraphQL
fragment SlimMovieData on Movie {
|
|
id
|
|
name
|
|
front_image_path
|
|
}
|