antrancs / maeve

Maeve, a PWA Apple Music web player with Last.fm support. Built with Vue & Typescript
https://maevemusic.app/
GNU Affero General Public License v3.0
228 stars 25 forks source link

Play button not working after that was suspended #14

Closed freddydumont closed 5 years ago

freddydumont commented 5 years ago

First, congrats on making such a nice app. It's way better than iTunes.

Here's my issue:

Firefox automatically suspends unused tabs to free up space, so if I press pause, Maeve will be suspended at some point. When I go back, the play button doesn't do anything. It remembers what song I was playing and the position I was at, but nothing happens, expect the UI change from play/pause icons.

I have to refresh the app, and lose my "progression" in the playlist.

antrancs commented 5 years ago

Thanks. Regarding the issue, I think the best workaround is to persist the play queue and your current song so when you refresh the page you still can resume your listening, which is suggested by this #15

antrancs commented 5 years ago

Did a workaround for it in the new build