diff --git a/commands/now_playing.py b/commands/now_playing.py index 7790949..986448c 100644 --- a/commands/now_playing.py +++ b/commands/now_playing.py @@ -79,7 +79,7 @@ def setup(bot: bot.Bot): if not user.get_now_playing: last_played = user.get_recent_tracks(limit=2) - albumobj = last_played[0].track.get_album() + albumobj = last_played[1].track.get_album() else: albumobj = user.get_now_playing().get_album()