Skip to content

Commit

Permalink
add apiId to episodes when using listNewEpisodesForSeason
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion committed Apr 5, 2018
1 parent 6376122 commit 5e9b15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/controllers/streama/TheMovieDbController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class TheMovieDbController {
if(Episode.findByShowAndSeason_numberAndEpisode_numberAndDeletedNotEqual(tvShow, season, episodeData.episode_number, true)){
return
}
episodeData.apiId = episodeData.id
result.add(episodeData)
}

Expand Down

0 comments on commit 5e9b15e

Please sign in to comment.