rie-kumar / MusicVideoPlayer

An IPA plugin for playing videos inside BeatSaber
18 stars 3 forks source link

Fail to load Search Results Race Condition #26

Closed b-rad15 closed 4 years ago

b-rad15 commented 4 years ago

If the search results are added too while loading them to the gui, the load fails

either copy the list before loading or even just try again

gap between adds is large enough that try again should be fine

b-rad15 commented 4 years ago

Should be fixed by copy search results to new list with .ToList() before updating UI