mirror of
https://github.com/krateng/maloja.git
synced 2025-04-15 08:20:32 +03:00
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:
commit
7ccde9cf91
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user