diff options
author | 2025-01-24 19:31:05 +0100 | |
---|---|---|
committer | 2025-01-25 23:23:13 +0100 | |
commit | e647fbcef903067fcf5391e4d5bc8e404d482e20 (patch) | |
tree | f52adc8bb538e310898676f37c143a93e15bbc42 /apps/Player/components | |
parent | 57095a47c4c3c2e8615854436c7770e7ee101197 (diff) | |
download | my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.tar.gz my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.tar.bz2 my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.zip |
upgrades - node, react, next, etc
Diffstat (limited to 'apps/Player/components')
-rw-r--r-- | apps/Player/components/Video.js | 4 |
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' /> </> )} </> |