You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a folder in DlgSongs, the recursive traversal may take a lot of time, freezing the GUI thread. Instead, the entire recursion should be done (in multiple) BackgroundTasks.
The text was updated successfully, but these errors were encountered:
When adding a folder in
DlgSongs
, the recursive traversal may take a lot of time, freezing the GUI thread. Instead, the entire recursion should be done (in multiple)BackgroundTasks
.The text was updated successfully, but these errors were encountered: