Player API/Events that establish side effects and state changes based on redux-actions
{
type: 'PLAYER_SHOW_LIST',
payload: 102020
}
All Player action types are defined within @podlove/player-action/types
which is the foundation for all actions.
Export helper function for different player use cases like chapters, theme, errors and lifecycle. Each exported function will produce a specific action passing the arguments to the payload.