Skip to content

Commit 289434f

Browse files
committed
changed to subtitleLink
1 parent bd887df commit 289434f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/engines.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ type MovieJSON struct {
181181
Movie
182182
DownloadLink string
183183
SDownloadLink map[string]string
184-
subLinks map[string]string
184+
SubtitleLinks map[string]string
185185
}
186186

187187
func (m *Movie) String() string {
@@ -203,7 +203,7 @@ func (m *Movie) MarshalJSON() ([]byte, error) {
203203
Movie: *m,
204204
DownloadLink: m.DownloadLink.String(),
205205
SDownloadLink: sDownloadLink,
206-
subLinks: subtitleLinks,
206+
SubtitleLinks: subtitleLinks,
207207
}
208208

209209
return json.Marshal(movie)

0 commit comments

Comments
 (0)