Fixed: Posters not always showing when searching for movie

Fixes #4729
Fixes #4704
This commit is contained in:
Qstick
2020-08-14 23:58:42 -04:00
parent 863252d7e9
commit 77036ac3ef
8 changed files with 155 additions and 11 deletions

View File

@@ -160,6 +160,7 @@ class MovieImage extends Component {
src={url}
onError={this.onError}
onLoad={this.onLoad}
rel="noreferrer"
/>
</LazyLoad>
);