hardolf / JRiver.MediaCenter

Plug-ins and other extensions for the JRiver MediaCenter
GNU General Public License v3.0
6 stars 0 forks source link

Wrong count when canceling automatic search #7

Closed hardolf closed 5 years ago

hardolf commented 5 years ago

The found lyrics count on the status bar is often larger than the resulting found lyrics. This is probably due to the use of a ThrowIfCancellationRequested exception when canceling. A "softer" cancel method should be implemented.