From 0c770ebb54b5327aeefe1e9a0515aa0b0e310d9d Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 1 Apr 2018 09:19:22 -0400 Subject: [PATCH] Updated Artist Lookup (markdown) --- Artist-Lookup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Artist-Lookup.md b/Artist-Lookup.md index 970a32b..334b45d 100644 --- a/Artist-Lookup.md +++ b/Artist-Lookup.md @@ -10,7 +10,7 @@ Searches for new artists on Lidarr API Required: `term` = Either the Artist's Name, using `%20` to signify spaces, as in `term=Linkin%20Park` -Or you can use `lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419` if you know the program's MusicBrainz ID Number - as in `term=Lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419` +Or you can use `lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419` if you know the program's MusicBrainz ID Number - as in `term=lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419` #### Full Breakdown: #### @@ -21,7 +21,7 @@ curl --request GET "localhost:8989/api/v1/Artist/lookup?term=Linkin%20Park&apike -- or -- ``` -curl --request GET "localhost:8989/api/v1/Artist/lookup?term=Lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419&apikey=YOURAPIKEY" +curl --request GET "localhost:8989/api/v1/Artist/lookup?term=lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419&apikey=YOURAPIKEY" ``` ##### Returns Array ######