Skip to content

marker.end takes seconds not time object #9

Open
@raeulein

Description

@raeulein

To set the end of a marker you have to provide seconds as a number but the output of marker.end is a Time object.

So it would be right to set:

marker.end = 12.7

But this would fail:

marker.end = marker.end

Instead this is right:

marker.end = marker.end.seconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions