Skip to content

Bottom Player Seek Bar Fails Assert position >= 0 #79

@Thogsit

Description

@Thogsit

When I play any song, it first tries to set some negative positions for the seek bar.
This triggers an assert Failed assertion: line 194 pos 15: 'value >= min && value <= max' so that the debugger halts.

After the song start this disappears while the song is playing. Skipping to the next/previous song though triggers the same behavior again.

For now I work around this by passing 0 instead of any negative values to the seek bar, but this doesn't fix the root cause.
Does this also happen for you @avdept?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions