Skip to content

Commit

Permalink
changed to subtitleLink
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Aug 19, 2020
1 parent bd887df commit 289434f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/engines.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ type MovieJSON struct {
Movie
DownloadLink string
SDownloadLink map[string]string
subLinks map[string]string
SubtitleLinks map[string]string
}

func (m *Movie) String() string {
Expand All @@ -203,7 +203,7 @@ func (m *Movie) MarshalJSON() ([]byte, error) {
Movie: *m,
DownloadLink: m.DownloadLink.String(),
SDownloadLink: sDownloadLink,
subLinks: subtitleLinks,
SubtitleLinks: subtitleLinks,
}

return json.Marshal(movie)
Expand Down

0 comments on commit 289434f

Please sign in to comment.