mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
dcc94b163f
Also fixes a compiler error that comes up for some reason when renaming the other tests. The compiler will accept an assignment to nestedCues, but not pushing to it. I was unable to fix the missing type information for this. Related to work on PR #4767