videojs / videojs-playlist

Playlist plugin for videojs
Other
362 stars 123 forks source link

fix: show poster for audioPosterMode playlist #259

Closed harisha-swaminathan closed 3 months ago

harisha-swaminathan commented 4 months ago

Description

Inorder to avoid poster flashes in between videos, poster images are hidden in playlists for all but the first video. But since we expect poster images to be displayed for all audioOnly videos, this PR fixes that.

Requirements Checklist