show poster on first audio file

This commit is contained in:
Anthony 2022-06-15 14:59:38 +02:00 committed by Thomas Zarebczan
parent 90c2272720
commit c3fd7ab8d7

View file

@ -246,7 +246,6 @@ export default React.memo<Props>(function VideoJs(props: Props) {
},
inactivityTimeout: 2000,
muted: startMuted,
poster: poster, // thumb looks bad in app, and if autoplay, flashing poster is annoying
plugins: { eventTracking: true, overlay: OVERLAY.OVERLAY_DATA },
controlBar: {
currentTimeDisplay: !isLivestreamClaim,