newgiin / cloudplayer-scrobbler

Chrome plugin for scrobbling from Google Play (music.google.com)
52 stars 15 forks source link

Instead of assuming that the refresh is every 2 seconds, calculate th… #29

Closed DHNishi closed 9 years ago

DHNishi commented 9 years ago

…e time since the last refresh.

This is done by maintaining a |last_refresh| which contains the last time the port received a message.

This should resolve the issue where the |time_played| gets desynced significantly from the actual play time when the background page dev tools are not open.