Merge pull request #1182 from benphelps/fix-1181

Fix emby/jellyfin now playing > 1
这个提交包含在:
shamoon 2023-04-04 15:04:16 -07:00 提交者 GitHub
当前提交 8378066bd4
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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