mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-07-02 18:49:36 +03:00
1dde5c7f50
Current ManifestFilterer logic checks all variants and throws RESTRICTIONS_CANNOT_BE_MET if none of variants is playable. It's redundant, because if at least one variant is playable, we will not emit this error anyway, so we can quickly stop further processing if we detect playable variant.