mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge pull request #4323 from bernarden/bug/4263-remove-overwrite-of-requested-field-for-discover-movie-card
Removes overwrite of requested field with undefined.
This commit is contained in:
commit
8c7d816eec
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue