Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tueti committed Nov 15, 2017
1 parent 9c94701 commit d7fa5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = NodeHelper.create({
}

// Add shortened plot to payload
movieData.details.overviewShort = plotContentShortened;
movieData.details.overviewShort = plotContent;

self.sendSocketNotification('MOVIE_ID_DONE', movieData);
}
Expand Down

0 comments on commit d7fa5e4

Please sign in to comment.