mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 02:11:32 +00:00
fix media card progress overlay
This commit is contained in:
parent
5026a8c39f
commit
b2b5e2e7d1
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ function MediaCardContent({
|
|||
: undefined,
|
||||
}}
|
||||
>
|
||||
{overlayVisible ? (
|
||||
{!overlayVisible ? (
|
||||
<div>
|
||||
{series ? (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue