Add requested changes

This commit is contained in:
IchBinLeoon 2022-05-29 15:08:38 +02:00
parent b53256ca3f
commit 29343d1c6f
3 changed files with 20 additions and 20 deletions

View file

@ -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"`