Removes overwrite of requested field with undefined.

pull/4323/head
Victor Usoltsev 3 years ago
parent 1ecc571cbf
commit d190b9064b

@ -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