Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 241 Bytes

TROUBLESHOOTING.md

File metadata and controls

10 lines (7 loc) · 241 Bytes

FAQ & Troubleshooting

How can I disable a plugin?

Let's say you want to disable the plugin PlayButton.

// after creating a Player instance, and before loading a video
Loader.registeredPlugins.remove(PlayButton.name)