mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix(issues): 🐛 Added the issues back to the details page for TV Shows
This commit is contained in:
parent
1a2825bf38
commit
02250000c0
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue