player
player copied to clipboard
fix(player) Make provider classes fetchable directly
Related:
#1425
Description:
Just adds a helper function that allows anyone with access to the loader to freely get the constructor for the provider in case they need it for extension.
Shouldn't change any functionality, it just moves the loader's import to a separate function.
Ready?
yes