Merge patch branch changes to main.

This commit is contained in:
Virtually Nick
2025-02-26 19:20:37 -05:00

View File

@@ -361,8 +361,8 @@ angular.module('player').factory('keyEventDisplayService',
});
// All processed batches
return batches;
// All processed batches with events
return batches.filter(batch => batch.events.length > 0);
};