Fix mpd notifications sometimes not showing up

This commit is contained in:
elenapan 2020-09-25 17:18:04 +03:00
parent bc14a47287
commit 30e12c41db

View file

@ -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