Commenting formatter

This commit is contained in:
James Barnsley
2018-09-20 08:04:37 +12:00
parent 4f37bf914e
commit cc71f2b113

View File

@ -759,6 +759,9 @@ const CoreMiddleware = (function(){
var records = action.records_data;
}
// TODO: To avoid double-looping, we could
// run a single loop to extract both the formatted record
// and the URI
switch (action.records_type){
case 'track':
records = helpers.formatTracks(records);