From 30e12c41dbb569e33fa0d8b1ad1c21577705b5b4 Mon Sep 17 00:00:00 2001 From: elenapan Date: Fri, 25 Sep 2020 17:18:04 +0300 Subject: [PATCH] Fix mpd notifications sometimes not showing up --- config/awesome/notifications/mpd.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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