Skip to content

Commit

Permalink
changed year from string to int
Browse files Browse the repository at this point in the history
  • Loading branch information
fionaDawn committed Jun 7, 2019
1 parent 40f577b commit ca2ab4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata/synq_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ type MetaData struct {
Version string `json:"metadata_version"`
Title LanguageList `json:"title"`
Description LanguageList `json:"description"`
Year int `json:"production_year"`
ReleaseYear int `json:"release_year"`
Year string `json:"production_year"`
ReleaseYear string `json:"release_year"`
Type string `json:"type"`
Series Series `json:"series,omitempty"`
Genres []string `json:"genres"`
Expand Down

0 comments on commit ca2ab4c

Please sign in to comment.