diff --git a/core/audio.c b/core/audio.c index a711d29d..2c63abb5 100644 --- a/core/audio.c +++ b/core/audio.c @@ -218,6 +218,8 @@ struct track *audio_eos() if (audio_track) { track_played(audio_track); playlist_update("Unplayed"); + playlist_update("Most Played"); + playlist_update("Least Played"); } /* Check pause count and pick the next track */