Show similar artists in artist page

Styling to be defined - only links for now.
This commit is contained in:
Claudio Ortolina
2025-02-23 16:56:52 +00:00
parent 1193fa5914
commit c67d11da0c
6 changed files with 116 additions and 32 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ defmodule LastFm.APIImpl do
method: "artist.getSimilar",
api_key: config.api_key,
format: "json",
limit: 50
limit: 100
]
options = Keyword.merge(base_options, options)