diff --git a/LyricsPy/K8S/Makefile b/LyricsPy/K8S/Makefile index d689d9e..6574440 100644 --- a/LyricsPy/K8S/Makefile +++ b/LyricsPy/K8S/Makefile @@ -1,4 +1,4 @@ -export IMG_VERSION = 7.4 +export IMG_VERSION = 7.5 all: imagen clean install diff --git a/LyricsPy/servicios/lyrics/templates/albumescard.html b/LyricsPy/servicios/lyrics/templates/albumescard.html index 70d5545..71c1737 100644 --- a/LyricsPy/servicios/lyrics/templates/albumescard.html +++ b/LyricsPy/servicios/lyrics/templates/albumescard.html @@ -35,7 +35,7 @@
{% if album.cover_image %} - {{ album.name }} + {{ album.name }} {% else %} Sin imágen {% endif %}