Closed rbrisita closed 2 years ago
This might have to do with startCodio method and process member. Compare with playCodio command.
startCodio
playCodio
After selecting a codio to play, playFrom seems to brake. Does not function correctly.
playFrom
Error: abort from undefined.
Refactored playFrom to not be used if codio is not playing. Furthermore, changed playFrom to goto conveying better intended functionality.
goto
This might have to do with
startCodio
method and process member. Compare withplayCodio
command.After selecting a codio to play,
playFrom
seems to brake. Does not function correctly.Error: abort from undefined.