Method to determine whether the given input is a MasterPlaylist or MediaPlaylist #58
Labels
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
T-enhancement
Type: enhancement. New feature or request
This would be relatively simple to do;
one might have to do some adjustments to the above code, like maybe remove the nesting to improve readability?
The documentation should mention that one most likely gets a
MasterPlaylist
initially and that this method is quite inefficient, because it would have to parse aMediaPlaylist
and aMasterPlaylist
in the worst case.The text was updated successfully, but these errors were encountered: