Merge pull request #299 from SirMartin/#296-show-amont-tracks-with-no-album

#296 add extra information about the amount of songs with no album
This commit is contained in:
krateng 2023-12-17 06:16:07 +01:00 committed by GitHub
commit 7ccde9cf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}