its 7am i havent slept i have no idea
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
</small>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% if album.genres is defined and album.genres is not empty %}
|
||||
<p class="text-secondary mb-2">Genres: {{ album.genres|join(', ') }}</p>
|
||||
{% endif %}
|
||||
<p class="mb-2"><strong>User score:</strong> {{ avg }}/10 ({{ count }})</p>
|
||||
{% if album.external_urls.spotify %}
|
||||
<a class="btn btn-outline-success btn-sm" href="{{ album.external_urls.spotify }}" target="_blank" rel="noopener">Open in Spotify</a>
|
||||
|
||||
Reference in New Issue
Block a user