fix(issues): 🐛 Fixed an issue where you couldn't navigate to the details page from TV issues

pull/4406/head
tidusjar 3 years ago
parent 15e37b532a
commit 1a2825bf38

@ -84,7 +84,7 @@ export class TvDetailsComponent implements OnInit {
public async issue() {
const dialogRef = this.dialog.open(NewIssueComponent, {
width: '500px',
data: { requestId: this.tvRequest ? this.tv.requestId : null, requestType: RequestType.tvShow, providerId: this.tv.theTvDbId, title: this.tv.title, posterPath: this.tv.images.original }
data: { requestId: this.tvRequest ? this.tv.requestId : null, requestType: RequestType.tvShow, providerId: this.tv.id, title: this.tv.title, posterPath: this.tv.images.original }
});
}

Loading…
Cancel
Save