[PR #3086] [MERGED] bug: If !itemProgress unhandled exception syncing user progress #3858

Closed
opened 2026-04-25 00:17:20 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3086
Author: @taxilian
Created: 6/19/2024
Status: Merged
Merged: 6/19/2024
Merged by: @advplyr

Base: masterHead: bug/itemProgressNull


📝 Commits (1)

  • e3c3903 bug: If !itemProgress unhandled exception syncing user progress

📊 Changes

1 file changed (+9 additions, -7 deletions)

View changed files

📝 server/managers/PlaybackSessionManager.js (+9 -7)

📄 Description

I'm not sure exactly the situation which creates this, but there is an if statement which checks if itemProgress -- but then uses it even if not. This caused my server to become useless recently =] Simple fix.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3086 **Author:** [@taxilian](https://github.com/taxilian) **Created:** 6/19/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `bug/itemProgressNull` --- ### 📝 Commits (1) - [`e3c3903`](https://github.com/advplyr/audiobookshelf/commit/e3c3903c71a490d3266c88b6d7aa158c057f9f1f) bug: If !itemProgress unhandled exception syncing user progress ### 📊 Changes **1 file changed** (+9 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `server/managers/PlaybackSessionManager.js` (+9 -7) </details> ### 📄 Description I'm not sure exactly the situation which creates this, but there is an if statement which checks if `itemProgress` -- but then uses it even if not. This caused my server to become useless recently =] Simple fix. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:20 +02:00
adam closed this issue 2026-04-25 00:17:20 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3858