Add play count to LastFm.Artist

This commit is contained in:
Claudio Ortolina
2024-12-03 09:30:29 +00:00
parent 2094c1cf7b
commit ab7a8eeb5a
4 changed files with 19 additions and 6 deletions
+1
View File
@@ -51,6 +51,7 @@ defmodule LastFm.APIImpl do
options = [
method: "artist.getInfo",
api_key: config.api_key,
user: config.user,
mbid: artist_mbid,
format: "json",
limit: 50