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

Zune Track sorting debounce is too long #279

Open
1 of 2 tasks
Arlodotexe opened this issue Apr 22, 2023 · 0 comments
Open
1 of 2 tasks

Zune Track sorting debounce is too long #279

Arlodotexe opened this issue Apr 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working low difficulty Takes little effort to complete
Milestone

Comments

@Arlodotexe
Copy link
Owner

Describe the bug

This should be 500 milliseconds, not 500 seconds

if (!await OwlCore.Flow.Debounce($"{nameof(SortTrackAccordingToCurrentStateAsync)}.{GetHashCode()}", TimeSpan.FromSeconds(500)))

Affected area

  • Strix Music SDK
  • Strix Music App

Regression

No response

Steps to reproduce

n.a

Visual repro steps

No response

Expected behavior

Track sorting should not take 500 seconds to complete

Additional context

No response

Help us help you

Yes, but only if others can assist.

@Arlodotexe Arlodotexe added bug Something isn't working low difficulty Takes little effort to complete labels Apr 22, 2023
@Arlodotexe Arlodotexe added this to the Road to 0.2.0 milestone Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low difficulty Takes little effort to complete
Projects
Status: No status
Development

No branches or pull requests

2 participants