mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
parent
ae5aa6a6ec
commit
df890dca79
1 changed files with 0 additions and 4 deletions
|
|
@ -163,10 +163,6 @@ func (r *mutationResolver) sceneUpdate(input models.SceneUpdateInput, tx *sqlx.T
|
|||
|
||||
// only update the cover image if provided and everything else was successful
|
||||
if coverImageData != nil {
|
||||
scene, err := qb.Find(sceneID)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
err = manager.SetSceneScreenshot(scene.Checksum, coverImageData)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue