-
Notifications
You must be signed in to change notification settings - Fork 259
Conversation
This appears to be working except for an issue encountered with gmusic.js: gmusic-utils/gmusic.js#33 |
Ha! Yeah, probably a good shout. Will need to re-add the last.fm scrobbling stuff. It's gone against since you ported it to a new branch |
I can't remember what else there was that was broken. I seem to remember some weirdness with the mini player? It's a bit of a haze. I'll check out the branch tomorrow and check it |
16740e8
to
683a499
Compare
Okay, @radiant-player/radiant-player-mac, this is ready for review. gmusic-utils/gmusic.js#35 was merged and that resolved all remaining issues I've encountered or that existed in #402. Everything looks like it's working to me. I decided that it's probably not a good idea to check the entire node_modules dir into source control, so I gitignore'd it and created |
Oh and @chrismou I added the LastFM fix back as well. 👍 |
Ah yeah, the seconds/milliseconds last.fm fix. I knew I'd changed something but couldn't remember what it was ;-) I've built the branch and I'll keep using it for the rest of the day to see if I notice anything. Will post back here later 👍 Only thing I've noticed so far is it's spitting a lot of debug out to console. Probably worth switching some of that before we merge. |
683a499
to
8f2cca4
Compare
Good catch - disabled debug messages :) |
8f2cca4
to
93cce51
Compare
Any more details on how to reproduce? It's working for me, but this is what I'm doing:
I've tried forward and backwards, stopping and starting, controls in the miniplayer / keyboard / app and it seems to work. You may be doing something different though. |
OK, I've not been able to reproduce this since. I'll assume it was cache until I can prove otherwise |
@jacobwgillespie I would encourage you to also clean up the diff. A lot of the whitespace you removed have made this diff harder to read. Might be useful to do some linting like this in a separate commit. |
All the whitespace changes are in one file, so it's not as bad as it looks. All looks good to me. Not had any issues in the last 5 hours. last.fm stuff all seems to still be working. Mini player working as expected and interacting with the web view OK 💪 |
@chrismou @jacobwgillespie 👍 to shipping this |
Sweet - I may do a separate PR sometime for whitespace cleanup. :) |
This supersedes work done at #402. It was easier to re-implement than to deal with the many merge conflicts. 😄
Still a work in progress