mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-01 02:47:01 -04: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.