Skip to content

Commit

Permalink
fix(issues): 🐛 Added the issues back to the details page for TV Shows
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Nov 15, 2021
1 parent 1a2825b commit 0225000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3> {{ 'MediaDetails.NotEnoughInfo' | translate }}</h3>
</div>
<div class="col-12 col-md-10">
<div class="issuesPanel">
<issues-panel [providerId]="tv.theTvDbId" [isAdmin]="isAdmin"></issues-panel>
<issues-panel [providerId]="tv.id" [isAdmin]="isAdmin"></issues-panel>
</div>
<mat-accordion id="requests-panel">
<mat-expansion-panel>
Expand Down

0 comments on commit 0225000

Please sign in to comment.