mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-16 17:59:49 +00:00
Merge pull request #1182 from benphelps/fix-1181
Fix emby/jellyfin now playing > 1
This commit is contained in:
commit
8378066bd4
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