Add action cache and cache now playing requests

This commit is contained in:
2023-11-02 20:43:59 +11:00
parent e0c03ac5ae
commit 85d3b9214e
9 changed files with 62 additions and 14 deletions

View File

@@ -5,5 +5,6 @@ div class="grid grid-cols-4 gap-4"
img class="rounded transition-transform ease-out hover:scale-105" src="#{album[:image]}"
span class="inline-block text-sm"
= album[:name]
br
span class="inline-block text-sm font-bold"
= album[:artist]