Symptom
Restricted music videos with zero available regions show as "Streamable: Yes". Videos that should not be streamable in any region are incorrectly marked as available.
What you know
The MusicVideo class has an isStreamable() method that checks the availableRegions array. Even when the array is empty, the method returns true.
Hints
TypeScript
TypeScript ready
Test Output
▶
Click "Run Tests" to execute your code