diff --git a/config/awesome/notifications/mpd.lua b/config/awesome/notifications/mpd.lua index 438e3f2..a38e7cb 100644 --- a/config/awesome/notifications/mpd.lua +++ b/config/awesome/notifications/mpd.lua @@ -35,10 +35,10 @@ local send_mpd_notif = function (artist, song, paused) app_name = "mpd" }, notif) - old_artist = artist - old_song = song end end + old_artist = artist + old_song = song end end