Skip to content

Commit

Permalink
Update item.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YIFYtorrents authored Jun 15, 2016
1 parent 9674757 commit 5d6ca81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/lib/views/browser/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@
provider: this.model.get('provider'),
watched: this.model.get('watched'),
bookmarked: true,
id: this.model.get('id'),
slug: this.model.get('slug'),
google_video: this.model.get('google_video'),
directors: this.model.get('directors'),
cast: this.model.get('cast'),
Expand Down Expand Up @@ -395,6 +397,8 @@
rating: this.model.get('rating'),
trailer: this.model.get('trailer'),
provider: this.model.get('provider'),
id: this.model.get('id'),
slug: this.model.get('slug'),
google_video: this.model.get('google_video'),
directors: this.model.get('directors'),
cast: this.model.get('cast'),
Expand Down

0 comments on commit 5d6ca81

Please sign in to comment.