fix: Hide AUTOPLAY from react (outside the player)

This commit is contained in:
Yiannis Christodoulou 2025-09-20 02:44:51 +03:00
parent 5fda4610da
commit 59210b8562

View File

@ -40,7 +40,7 @@ export function AutoPlay(props) {
<div className="auto-play"> <div className="auto-play">
<div className="auto-play-header"> <div className="auto-play-header">
<div className="next-label">{translateString("Up next")}</div> <div className="next-label">{translateString("Up next")}</div>
<div className="auto-play-option"> {/* <div className="auto-play-option">
<label className="checkbox-label right-selectbox" tabIndex={0} onKeyPress={onKeyPress}> <label className="checkbox-label right-selectbox" tabIndex={0} onKeyPress={onKeyPress}>
{translateString("AUTOPLAY")} {translateString("AUTOPLAY")}
<span className="checkbox-switcher-wrap"> <span className="checkbox-switcher-wrap">
@ -54,7 +54,7 @@ export function AutoPlay(props) {
</span> </span>
</span> </span>
</label> </label>
</div> </div> */}
</div> </div>
<ItemList <ItemList
className="items-list-hor" className="items-list-hor"