(front) Show percent of never played songs
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
<h3 *ngIf="!neverListenSong"><span class="glyphicon glyphicon-refresh loading"></span></h3>
|
<h3 *ngIf="!neverListenSong"><span class="glyphicon glyphicon-refresh loading"></span></h3>
|
||||||
<h3 *ngIf="neverListenSong">{{neverListenSong}}</h3>
|
<h3 *ngIf="neverListenSong">{{neverListenSong}}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div><br>Never list. songs</div>
|
<div><br>Never list. songs (~{{neverListenSong / trackCountSong * 100 | round}}%)</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user