From e740e031cc5205b575f56abf08059e1329825951 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Thu, 2 Sep 2021 06:46:36 -0400 Subject: [PATCH] Regression... rate limits prevent art link --- content/api.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/api.md b/content/api.md index 86ee9d4..a25058d 100644 --- a/content/api.md +++ b/content/api.md @@ -23,17 +23,16 @@ menu:
Example Response:

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

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