Fixed night weather icons.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user