Skip to content

Fix replay database annotations loading

Samuel GAIST requested to merge replay_fix into master

The objects are created from JSON data using the default decoder therefore they contain only base types that must be converted. Thus annotations is a list of list and should be parsed like that.

Merge request reports