aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Player/components/Video.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Player/components/Video.js')
-rw-r--r--apps/Player/components/Video.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Player/components/Video.js b/apps/Player/components/Video.js
index 161191a..859f364 100644
--- a/apps/Player/components/Video.js
+++ b/apps/Player/components/Video.js
@@ -99,7 +99,7 @@ const Video = ({ playlist, current, setCurrent, audioOnly = false, setDetails })
key={data.id}
controls
playsInline
- webkit-playsInline
+ // webkit-playsInline
autoPlay
>
{
@@ -113,7 +113,7 @@ const Video = ({ playlist, current, setCurrent, audioOnly = false, setDetails })
<>
<div />
<span style={{ backgroundImage: `url(${data.thumbnail})` }} />
- <Image src='/phono.png' height='160' width='90' />
+ <Image src='/phono.png' height='160' width='90' alt='phono' />
</>
)}
</>