Poster preview src fix
This commit is contained in:
2
dist/build.js
vendored
2
dist/build.js
vendored
File diff suppressed because one or more lines are too long
2
dist/build.js.map
vendored
2
dist/build.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -28,7 +28,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
poster() {
|
poster() {
|
||||||
if(this.movie.poster_path){
|
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 {
|
} else {
|
||||||
this.noImage = true;
|
this.noImage = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user