Skip to content

Commit

Permalink
fix: livestatus display
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Feb 28, 2024
1 parent 44fe1b7 commit 3642125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/playlist/SongList/SongInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ const SongInfo = ({
? playerStyle.customColors.playlistDrawerBackgroundColorTransparent
: 'transparent',
opacity:
item.liveStatus !== false &&
!playerSetting.dataSaver &&
(NoxCache.noxMediaCache?.peekCache(item) || !networkCellular)
item.liveStatus === true ||
(!playerSetting.dataSaver &&
(NoxCache.noxMediaCache?.peekCache(item) || !networkCellular))
? undefined
: 0.5,
},
Expand Down

0 comments on commit 3642125

Please sign in to comment.