mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 00:56:12 +08:00
Fix mpd notifications sometimes not showing up
This commit is contained in:
parent
bc14a47287
commit
30e12c41db
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue