Use a different app name for MER
This commit is contained in:
parent
16133f11f0
commit
9245b117e6
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@
|
||||||
(defun metal-express-radio-notify ()
|
(defun metal-express-radio-notify ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(notifications-notify :title "Now playing:"
|
(notifications-notify :title "Now playing:"
|
||||||
:body metal-express-radio-currently-playing))
|
:body metal-express-radio-currently-playing
|
||||||
|
:app-name "Metal Express Radio"))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun metal-express-radio-start ()
|
(defun metal-express-radio-start ()
|
||||||
|
|
Loading…
Reference in a new issue