mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-30 14:53:29 -05:00
If no progress had been set before, setting `startedAt` did not work and it would always been set to `finishedAt` or `Date.now()`. Settings this if any progress had already been recorded did work. This fixes the problem so that setting `startedAt` it properly works in both cases.