mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add requested changes
This commit is contained in:
parent
b53256ca3f
commit
29343d1c6f
3 changed files with 20 additions and 20 deletions
|
|
@ -79,8 +79,7 @@ type Episode struct {
|
|||
type HistoryEpisode struct {
|
||||
*Episode
|
||||
|
||||
ID string `json:"id"`
|
||||
DatePlayed string `json:"date_played"`
|
||||
DatePlayed time.Time `json:"date_played"`
|
||||
ParentID string `json:"parent_id"`
|
||||
ParentType MediaType `json:"parent_type"`
|
||||
Playhead uint `json:"playhead"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue