Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(source): HLS would not work if used directly.
This changes HlsRequest to return true in Compose::should_create_async. This would otherwise cause it to be spawned on a thread without a executor causing it to panic. This would only cause issues if used directly since we otherwise use Compose::create in a context where we have access to the executor.
- Loading branch information