-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last played item #2
Comments
Cannot be implemented until |
already available in develop query FindScenes {
findScenes(
filter: { sort: "last_played_at", per_page: -1, direction: DESC }
scene_filter: { performers: { value: #, modifier: INCLUDES } }
) {
scenes {
play_history
id
last_played_at
}
}
} |
odd.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a metadata item displaying the last scene played by the user that features the performer, including a timestamp.
The text was updated successfully, but these errors were encountered: