LastFm pull 100 tracks as a default

This commit is contained in:
Claudio Ortolina
2025-06-02 20:53:04 +01:00
parent 35bca44c9b
commit 3e9c719ce8
+1 -1
View File
@@ -53,7 +53,7 @@ defmodule LastFm.API do
def get_recent_tracks(opts \\ [], config) do
to_uts = Keyword.get(opts, :to_uts)
limit = Keyword.get(opts, :limit, 50)
limit = Keyword.get(opts, :limit, 100)
params =
config