mirror of
https://github.com/gethomepage/homepage.git
synced 2025-08-11 09:13:38 -04:00
Merge pull request #1182 from benphelps/fix-1181
Fix emby/jellyfin now playing > 1
This commit is contained in:
commit
8378066bd4
@ -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…
x
Reference in New Issue
Block a user