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
- 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.
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.