Fixed night weather icons.

This commit is contained in:
Jas Singh
2024-07-03 00:32:27 -07:00
parent 2a0be05a2b
commit f0366f3186
3 changed files with 19 additions and 7 deletions

View File

@@ -34,7 +34,11 @@ const Media = () => {
)[0];
}
if (media.players.length && curPlayer && curPlayer.play_back_status !== "Stopped") {
if (
media.players.length &&
curPlayer &&
curPlayer.play_back_status !== "Stopped"
) {
return (self.children = [
AlbumCover(curPlayer),
Widget.Box({