NotificationService: change media toast icons

This commit is contained in:
Ly-sec
2026-01-17 18:18:04 +01:00
parent 04cc090426
commit dd55ae141d
+1 -1
View File
@@ -973,7 +973,7 @@ Singleton {
const hasMedia = title !== "" || artist !== "";
if (hasMedia && (titleChanged || playStateChanged)) {
const icon = isPlaying ? "player-play" : "player-pause";
const icon = isPlaying ? "media-play" : "media-pause";
let message = "";
if (artist && title) {