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
Currently D4TrackReader::open splits the passed in path on : and treats anything to the right of the : as the track. Instead D4TrackReader::open should take an optional argument specifying a track and parsing the path should be handled elsewhere.
The text was updated successfully, but these errors were encountered:
Currently
D4TrackReader::open
splits the passed in path on:
and treats anything to the right of the:
as the track. InsteadD4TrackReader::open
should take an optional argument specifying a track and parsing the path should be handled elsewhere.The text was updated successfully, but these errors were encountered: