#296 add extra information about the amount of songs with no album

This commit is contained in:
Eduardo 2023-11-16 18:35:56 +01:00
parent 12064f6d99
commit 0d4e8dbc58

View File

@ -6,6 +6,8 @@
Here you can find tracks that currently have no album.<br/><br/>
{% with list = dbc.get_tracks_without_album() %}
You have {{list|length}} tracks with no album.<br/><br/>
{% include 'partials/list_tracks.jinja' %}
{% endwith %}