mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Fix emby/jellyfin now playing > 1
This commit is contained in:
parent
364c7ce183
commit
db85193bbf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue