Fix emby/jellyfin now playing > 1

This commit is contained in:
shamoon 2023-04-04 15:00:09 -07:00
parent 364c7ce183
commit db85193bbf

View File

@ -272,7 +272,7 @@ export default function Component({ service }) {
); );
} }
if (playing.length === -1) if (playing.length > 0)
return ( return (
<> <>
{enableBlocks && <CountBlocks service={service} countData={countData} />} {enableBlocks && <CountBlocks service={service} countData={countData} />}