💥 eww(mediaplayers): fix null when no media is playing

This commit is contained in:
retrozinndev
2024-12-21 18:54:41 -03:00
parent e44977edf7
commit 870614b091
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
(toggles)
(big-media :show-album-bg true
:show-album-image true
:visible { json_media != "" ? true : false })
:visible { json_media == "" || (json_media.title == "null" && json_media.artist == "null") ? false : true })
(notifications)
)
)