(front) Use a 'tosort' filter

This commit is contained in:
2023-01-30 00:06:57 +01:00
parent 2ddafaff1b
commit 9f4ef952b3
4 changed files with 56 additions and 20 deletions

View File

@@ -1,6 +1,10 @@
<div class="container">
<h1>{{albumName}}</h1>
<div *ngIf="toSort" class="alert alert-danger">
To sort filter applyed. Songs are filter on location.
</div>
<div class="alert alert-warning">
<h3>Debug Zone</h3>
Returned song: {{songs.length}}<br />
@@ -20,7 +24,7 @@
<div class="col-xs-9 text-right">
<div>
<h3 *ngIf="!album"><span class="glyphicon glyphicon-refresh loading"></span></h3>
<h3 *ngIf="album">{{album.Rating}}/100</h3>
<h3 *ngIf="album">{{album['Album Rating']}}/100</h3>
</div>
<div><br>Rating</div>
</div>