Skip to content

Commit

Permalink
fix directTrackSearchPreset action
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipivan committed Jan 12, 2024
1 parent 6be7155 commit d668e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ module.exports = function (self) {
return undefined
}
take = (padding + take).substr(-4)
self.addCmdtoQueue(SOM + cmd.takeErase + take[2] + take[3] + take[0] + take[1] + options.mode)
self.addCmdtoQueue(SOM + cmd.directTrackSearchPreset + take[2] + take[3] + take[0] + take[1] + options.mode)
},
//learn: async () => {},
//subscribe: async () => {},
Expand Down

0 comments on commit d668e73

Please sign in to comment.