mirror of
https://github.com/KevinMidboe/seasonedRequest.git
synced 2025-10-29 01:40:14 +00:00
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: {
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user