mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-29 21:27:05 +02:00
RecordingMsid -> RecordingMSID
This commit is contained in:
parent
7c0774fb8d
commit
20c9ada6ec
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ type ListenSubmission struct {
|
|||
type Listen struct {
|
||||
InsertedAt int64 `json:"inserted_at,omitempty"`
|
||||
ListenedAt int64 `json:"listened_at"`
|
||||
RecordingMsid string `json:"recording_msid,omitempty"`
|
||||
RecordingMSID string `json:"recording_msid,omitempty"`
|
||||
UserName string `json:"user_name,omitempty"`
|
||||
TrackMetadata Track `json:"track_metadata"`
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ type GetFeedbackResult struct {
|
|||
type Feedback struct {
|
||||
Created int64 `json:"created,omitempty"`
|
||||
RecordingMBID mbtypes.MBID `json:"recording_mbid,omitempty"`
|
||||
RecordingMsid mbtypes.MBID `json:"recording_msid,omitempty"`
|
||||
RecordingMSID mbtypes.MBID `json:"recording_msid,omitempty"`
|
||||
Score int `json:"score,omitempty"`
|
||||
TrackMetadata *Track `json:"track_metadata,omitempty"`
|
||||
UserName string `json:"user_id,omitempty"`
|
||||
|
|
|
@ -112,7 +112,7 @@ type Love struct {
|
|||
Created time.Time
|
||||
UserName string
|
||||
RecordingMBID mbtypes.MBID
|
||||
RecordingMsid mbtypes.MBID
|
||||
RecordingMSID mbtypes.MBID
|
||||
}
|
||||
|
||||
type ListensList []Listen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue