Add Apple Music integration for now playing
This commit is contained in:
9
app/templates/recently_played/index.html.slim
Normal file
9
app/templates/recently_played/index.html.slim
Normal file
@@ -0,0 +1,9 @@
|
||||
div class="grid grid-cols-4 gap-4"
|
||||
- recently_played_music.each do |album|
|
||||
a href="#{album[:href]}"
|
||||
div
|
||||
img class="rounded transition-transform ease-out hover:scale-105" src="#{album[:image]}"
|
||||
span class="inline-block text-sm"
|
||||
= album[:name]
|
||||
span class="inline-block text-sm font-bold"
|
||||
= album[:artist]
|
Reference in New Issue
Block a user