Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Duration and CurrentTime are Int32 instead of double, while VideoState has the correct type. #32

Open
the1mason opened this issue Mar 10, 2024 · 0 comments · May be fixed by #33
Open
Labels
Bug Something isn't working Triage Issue needs to be triaged

Comments

@the1mason
Copy link

Describe the bug
When using BlazoredVideo's Duration/CurrentTime proprty getter, an exception occurs.

To Reproduce
Steps to reproduce the behavior:

  1. Get an instance of BlazoredVideo player
  2. Try to access the Duration or CurrentTime property
  3. Get an exception: https://gist.github.com/the1mason/138a879405e8c05b3983669774442394

Expected behavior
Properties' types are corresponding to their JS equivalents so getting them does not throws an exception

Hosting Model (is this issue happening with a certain hosting model?):

  • Blazor WebAssembly
@the1mason the1mason added Bug Something isn't working Triage Issue needs to be triaged labels Mar 10, 2024
@the1mason the1mason linked a pull request Mar 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Issue needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant