lastfm / lastfm-windows-desktop

Last.fm Desktop app for Windows (3.0)
GNU General Public License v3.0
10 stars 1 forks source link

Exceptions thrown at quit time #4

Closed ben-xo closed 6 years ago

ben-xo commented 6 years ago

WMP plugin doesn't shut down correctly. System.ArgumentException on line 235 of WindowsMediaScrobbleSource.cs

VorTechS commented 6 years ago

Trying to dispose of the Windows Media Player incorrectly. (Copy + Paste fail). Swapped out for the .close() method instead. Also wrapped the plugin dispose method in a try/catch to ensure disposal can't fail at the application level.