Poster preview src fix

This commit is contained in:
Dmytro Barylo
2017-03-05 14:34:37 +02:00
parent 697f328e53
commit caf5f865eb
3 changed files with 3 additions and 3 deletions

2
dist/build.js vendored

File diff suppressed because one or more lines are too long

2
dist/build.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -28,7 +28,7 @@ export default {
methods: {
poster() {
if(this.movie.poster_path){
return 'https://image.tmdb.org/t/p/w370_and_h556_bestv1' + this.movie.poster_path;
return 'https://image.tmdb.org/t/p/w370_and_h556_bestv2' + this.movie.poster_path;
} else {
this.noImage = true;
}