Show last 50 scrobbles

This commit is contained in:
Claudio Ortolina
2024-11-10 13:07:45 +00:00
committed by GitHub
parent 24743fbc9a
commit 7048e86990
+1 -1
View File
@@ -14,7 +14,7 @@ defmodule LastFm.APIImpl do
user: user,
api_key: api_key,
format: "json",
limit: 20
limit: 50
]
url = @base_url <> "?" <> URI.encode_query(options)