From 4622ae2440dec3b76027fe25683460203e6d7172 Mon Sep 17 00:00:00 2001 From: glenneth Date: Sun, 18 Jan 2026 18:18:24 +0300 Subject: [PATCH] Fix notification icon path to use existing asteroid.png --- parenscript/stream-player.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parenscript/stream-player.lisp b/parenscript/stream-player.lisp index 52cea01..d903ecf 100644 --- a/parenscript/stream-player.lisp +++ b/parenscript/stream-player.lisp @@ -423,7 +423,7 @@ (ps:try (let ((notification (ps:new (-notification title (ps:create :body body - :icon "/asteroid/static/asteroid-icon.png" + :icon "/asteroid/static/asteroid.png" :tag "asteroid-track-change" :renotify true :silent false)))))