You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a playlist of audio files, only, the first playlist item has its poster image displayed in the videojs player. All following items result in a black player.
Steps to reproduce
Create a playlist using an <audio> tag with with several audio files, each having a poster image.
Play the second playlist item.
Results
Expected
The player should display the second item's poster image.
Description
In a playlist of audio files, only, the first playlist item has its poster image displayed in the videojs player. All following items result in a black player.
Steps to reproduce
<audio>
tag with with several audio files, each having a poster image.Results
Expected
The player should display the second item's poster image.
Actual
No poster image is displayed.
Additional Information
This regression was introduced by #243.
Suggested resolution
Only hide poster images in video playlists. Do not hide poster images in audio playlists.
The text was updated successfully, but these errors were encountered: