Skip to content

Commit

Permalink
replace title with subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad2002 committed May 14, 2024
1 parent 5d13c4b commit c46a960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/meeting.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Meeting struct {
SeriesId primitive.ObjectID `json:"-" bson:"series_id,omitempty"`
Series MeetingSeries `json:"series,omitempty" bson:"-"`
Iteration int `json:"iteration,omitempty" bson:"iteration,omitempty"`
TitleName string `json:"title_name,omitempty" bson:"title_name,omitempty"`
Subtitles []string `json:"subtitles,omitempty" bson:"subtitles,omitempty"`
State string `json:"state,omitempty" bson:"state,omitempty"` // options: HIDDEN; ANNOUNCED; PREPARATION; OPENING; RUNNING; BREAK; PAUSE; FINAL; OVER; ARCHIVED;
Unpublished bool `json:"unpublished,omitempty" bson:"unpublished,omitempty"`
MeetId string `json:"meet_id,omitempty" bson:"meet_id,omitempty"`
Expand Down

0 comments on commit c46a960

Please sign in to comment.