From 7c46ff506c0ce48ae49ab94206a33787697ed730 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Wed, 1 Sep 2021 19:53:55 -0400 Subject: [PATCH] Added Album Art to API --- content/api.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/api.md b/content/api.md index ab41bb1..86ee9d4 100644 --- a/content/api.md +++ b/content/api.md @@ -23,17 +23,18 @@ menu:
Example Response:

-            All The Things,Gaullin,https://www.last.fm/music/Gaullin/_/All+The+Things,true
+            PUNCHING BAG,blackwinterwells,https://www.last.fm/music/blackwinterwells/_/PUNCHING+BAG,https://lastfm.freetls.fastly.net/i/u/300x300/da1eaf8adf9ad97a7b86fb76e6e1a876.jpg,true
             
Response Breakdown:

-            Song Name,Artist Name,LastFM Song Page Link,Now Playing
+            Song Name,Artist Name,LastFM Song Page Link,Album Art Link,Now Playing
             
API Source Code: GitHub Gist