Markers with end time doesn't include end_seconds value in JSON export

Markers can now have an end time, but only the start time is included in the JSON file created when you export a scene. It looks like the end time has been added to the GraphQL schema as end_seconds but has not been added to the JSON export.

Fixed on develop