mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Create a section in the history panel to reset scene activity (#5168)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -137,6 +137,7 @@ type SceneWriter interface {
|
||||
OHistoryWriter
|
||||
ViewHistoryWriter
|
||||
SaveActivity(ctx context.Context, sceneID int, resumeTime *float64, playDuration *float64) (bool, error)
|
||||
ResetActivity(ctx context.Context, sceneID int, resetResume bool, resetDuration bool) (bool, error)
|
||||
}
|
||||
|
||||
// SceneReaderWriter provides all scene methods.
|
||||
|
||||
Reference in New Issue
Block a user