ShokoAnime / ShokoDesktop

Repository for Shoko Desktop
http://shokoanime.com/shokodesktop/
105 stars 25 forks source link

Load the name matching of unrecognized files in the background #527

Closed da3dsoul closed 7 years ago

da3dsoul commented 7 years ago

Currently, upon switching to utilities, it takes forever. That's because the series listbox to select a match for unrecognized files loads and filters on the UI thread. These (and probably many more) need to moved to a background thread and repopulated as the filtering occurs.