You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I'm rewriting the frontend to vanillaJS I found the root cause for this. It will take some time for it to be release as it's complete rewrite of the frontend and it's done fully done yet.
Description of the bug
Whenever opening any audio file, playback continues after the end of an audio file. The time counter and the position indicator continue endlessly, and a scrollbar appears.
https://github.com/mickael-kerjean/filestash/assets/58783121/81093893-891a-4ade-8af1-55f255e5b982
Step by step instructions to reproduce the bug
Play any audio file until the end.
Can you replicate that error from the demo?
Yes.
Observed behavior
Audio player keeps playing endlessly after the end of an audio file.
Expected behavior
Audio player should stop playing when it reaches the end of an audio file.
The text was updated successfully, but these errors were encountered: