leftouterjoins / podsumer

A privacy focused, self-hosted podcatcher.
MIT License
35 stars 1 forks source link

Remember Play Position from Web Player #2

Open leftouterjoins opened 11 months ago

leftouterjoins commented 11 months ago

Every n seconds send a message back to the server for it to store the current playback timestamp. When player UI loads set playback to the latest time stored.

leftouterjoins commented 11 months ago

Right now there is no javascript in Podsumer. The UI is all HTML and CSS. I believe we will have to make an execption to that rule to support this feature.