(front) Show percent of never played songs

This commit is contained in:
2020-04-12 19:07:46 +02:00
parent 7a2706f8fd
commit 95afad4003

View File

@@ -69,7 +69,7 @@
<h3 *ngIf="!neverListenSong"><span class="glyphicon glyphicon-refresh loading"></span></h3>
<h3 *ngIf="neverListenSong">{{neverListenSong}}</h3>
</div>
<div><br>Never list. songs</div>
<div><br>Never list. songs (~{{neverListenSong / trackCountSong * 100 | round}}%)</div>
</div>
</div>
</div>