Fix emby/jellyfin now playing > 1

pull/1182/head
shamoon 2 years ago
parent 364c7ce183
commit db85193bbf

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

Loading…
Cancel
Save