Merge pull request #4323 from bernarden/bug/4263-remove-overwrite-of-requested-field-for-discover-movie-card

Removes overwrite of requested field with undefined.
pull/4328/head v4.0.1601
Jamie 3 years ago committed by GitHub
commit 8c7d816eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,7 +167,6 @@ export class DiscoverCardComponent implements OnInit {
this.result.url = "http://www.imdb.com/title/" + updated.imdbId + "/";
this.result.available = updated.available;
this.result.requested = updated.requested;
this.result.requested = updated.requestProcessing;
this.result.rating = updated.voteAverage;
this.result.overview = updated.overview;
this.result.imdbid = updated.imdbId;

Loading…
Cancel
Save