harrisi / bookplayerweb

web frontend for BookPlayer
MIT License
0 stars 0 forks source link

Progress bar state for new books #23

Closed GianniCarlo closed 10 months ago

GianniCarlo commented 10 months ago

With the current state, where playback does not start automatically, when I tap a new book without a current time set, the progress bar is set to 0 and the knob is positioned at the middle, I'm guessing that this state could stay like this while the book is buffering if it autoplayed on selection

Screenshot 2023-10-25 at 21 10 58
harrisi commented 10 months ago

Interesting. What browser?

harrisi commented 10 months ago

Also, by "without a current time set", do you mean in the database, the currentTime field is NULL?

GianniCarlo commented 10 months ago

currently happens on both Opera and Safari

GianniCarlo commented 10 months ago

Also, by "without a current time set", do you mean in the database, the currentTime field is NULL?

Yup on the DB I can confirm that the books that this happens to, have the actual_time as NULL as I've never played them before