AceLikesGhosts / ytm-rpc

a poorly made youtube music rpc
MIT License
1 stars 0 forks source link

bug: when starting a song directly it is believed to be paused #4

Closed AceLikesGhosts closed 1 year ago

AceLikesGhosts commented 1 year ago

due to songs starting at a paused state, then automatically unpausing by YTM, the content script believes its paused; this is rather minor and can just be solved by pausing and unpausing the song, although its annoying.

AceLikesGhosts commented 1 year ago

i can't seem to actually reproduce this atm, im going to leave this open just so i remember that this can occur. weird edge case i guess?

AceLikesGhosts commented 1 year ago

happened, again; still cant find a direct way to reproduce it, though. weird. ATM the workaround is to simply pause and unpause the song and it'll resolve

AceLikesGhosts commented 1 year ago

fixed in #22