mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-02 05:23:39 +01:00
Fix emby/jellyfin now playing > 1
This commit is contained in:
parent
364c7ce183
commit
db85193bbf
@ -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} />}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user