mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-10 17:38:54 -05:00
fix: Hide AUTOPLAY from react (outside the player)
This commit is contained in:
parent
5fda4610da
commit
59210b8562
@ -40,7 +40,7 @@ export function AutoPlay(props) {
|
||||
<div className="auto-play">
|
||||
<div className="auto-play-header">
|
||||
<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}>
|
||||
{translateString("AUTOPLAY")}
|
||||
<span className="checkbox-switcher-wrap">
|
||||
@ -54,7 +54,7 @@ export function AutoPlay(props) {
|
||||
</span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
<ItemList
|
||||
className="items-list-hor"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user