StephenGregory / google-music-desktop-wallpapers

Generate wallpapers from your hot jams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events are not debounced

StephenGregory opened this issue · comments

Noticed that when a track changes, two track events are sent from GPDP containing the same information, resulting in two triggers being sent to get the same album art. Reacting to each channel should be debounced such that this no longer happens.

This would also handle when a user changes tracks rapidly.