lastfm / lastfm-windows-desktop

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

Current track doesn't clear when iTunes has quit #16

Closed ben-xo closed 6 years ago

VorTechS commented 6 years ago

Just to confirm, you mean on the Ui, and not the removeNowPlaying ?

ben-xo commented 6 years ago

Yes. On Mon, 2 Oct 2017 at 16:14, VorTechS notifications@github.com wrote:

Just to confirm, you mean on the Ui, and not the removeNowPlaying ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cbsimg/lastfm-windows-desktop/issues/16#issuecomment-333565095, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEoVqWibVCddUD2V_QuJxdb33sxIxS-ks5soP2ogaJpZM4PqyPq .

VorTechS commented 6 years ago

Fixed by utilising the 'OnTrackEnded' callbacks. However, on my (very slow) laptop, there can be a considerable time delay between the closing of iTunes, and plugin detecting that change. Hopefully that's unique to me, and not a general issue.