You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi/ClientApp/src/app/media-details/components/album/panels/album-information-panel/album-information-panel.com...

14 lines
301 B

<div *ngIf="album">
<div>
<strong>Type:</strong>
<div>{{album.type}}</div>
</div>
<div>
<strong>Country</strong>
<div>{{album.country}}</div>
</div>
<div>
<strong>Release Date</strong>
<div>{{album.startYear}}</div>
</div>
</div>