mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix scene marker issues (#3955)
* Fix scene marker NOT NULL constraint error * similar changes to gallery chapters * Fix NULL conversion error if names are NULL in DB * Fix scene marker form resetting
This commit is contained in:
@@ -14,8 +14,8 @@ type SceneMarker struct {
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
||||
// SceneMarkerPartial represents part of a SceneMarker object. It is used to update
|
||||
// the database entry.
|
||||
// SceneMarkerPartial represents part of a SceneMarker object.
|
||||
// It is used to update the database entry.
|
||||
type SceneMarkerPartial struct {
|
||||
Title OptionalString
|
||||
Seconds OptionalFloat64
|
||||
|
||||
Reference in New Issue
Block a user