Skip to content

Commit

Permalink
One last minor chage to a link
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Grassmuck <[email protected]>
  • Loading branch information
RickyGrassmuck committed Feb 11, 2018
1 parent 477ee33 commit 8e1c3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/methods/search/searchContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Meteor.methods({
try {
var result = Meteor.call('TMDBSearch', searchterm, type)
var tmp = result.link
result.link = 'https://image.tmdb.org/t/p/w184' + tmp
result.link = 'https://image.tmdb.org/t/p/w342' + tmp

} catch (error) {
logger.error('TMDBSearch Error -> ' + error.message)
Expand Down

0 comments on commit 8e1c3cd

Please sign in to comment.