Change this on new update
Closed this issue · 2 comments
pasindu20 commented
currently loop method has integer right so it hard to understand so i suggest
disableloop = loop: 'none'
trackloop = loop: 'track'
queueloop loop: 'queue'
change integer and add it string option
parasop commented
0 = none
1 = track
2 = queue
isn't hard to understand
Also integer take less ram compare to string
pasindu20 commented
Ok