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
If you have an example playlist List 1, List 2, List 3
When you click on playlist 1, the content of that playlist is displayed and it works, but if you load playlist 2, it still continues with playlist 1, for that you must assign a key to .
I have two pages page A and page B
Page A uses a player with a config in jw player that auto plays when loaded on the screen.
Page B uses a player with a config in jw player that lets the user press play on the video.
When a user clicks on a link from page A to page B the package maintains the same config as page A in page B and vice versa.
Both players have different playerIds and I added a check to check if the page is mounted or unmounted. But that still doesn't make a difference.
Page A and B player setup:
The text was updated successfully, but these errors were encountered: