mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
13 lines
344 B
HTML
13 lines
344 B
HTML
<td>
|
|
<div #checkbox class="ui checkbox" (click)="$event.stopPropagation()">
|
|
<input type="checkbox" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span id="chartCount" *ngIf="result.chartCount > 1">{{ result.chartCount }}</span
|
|
>{{ result.name }}
|
|
</td>
|
|
<td>{{ result.artist }}</td>
|
|
<td>{{ result.album || 'Various' }}</td>
|
|
<td>{{ result.genre || 'Various' }}</td>
|