You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove explicit cast to tags when iterating over the lines of the playlist (#156)
* Update dependencies to pass npm audit
This updates the dependencies and run 'npm audit fix'.
* Avoid explicit cast when parsing each line
Each line can correspond to a URI or a tag so this avoids an explicit
cast to the latter.
0 commit comments