diff --git a/lib/services/lastfm/lastfm.dart b/lib/services/lastfm/lastfm.dart index 7bebe74..a092cce 100644 --- a/lib/services/lastfm/lastfm.dart +++ b/lib/services/lastfm/lastfm.dart @@ -89,6 +89,7 @@ class GetRecentTracksRequest extends PagedRequest { if (from != null) 'from': from!.secondsSinceEpoch.toString(), if (to != null) 'to': to!.secondsSinceEpoch.toString(), 'extended': extended ? '1' : '0', + 'sk': Preferences.key.value, }); } on LException catch (e) { if (e.code == 17) {