From 3e9c719ce856e52a2f4d226d6d21cd03f5e887c9 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 2 Jun 2025 20:53:04 +0100 Subject: [PATCH] LastFm pull 100 tracks as a default --- lib/last_fm/api.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/last_fm/api.ex b/lib/last_fm/api.ex index 6a079266..a191e690 100644 --- a/lib/last_fm/api.ex +++ b/lib/last_fm/api.ex @@ -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