[PR #802] [MERGED] fix getMediaProgress always returning 404 #3428

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/802
Author: @jmt-gh
Created: 7/3/2022
Status: Merged
Merged: 7/3/2022
Merged by: @advplyr

Base: masterHead: getMediaProgress_fix


📝 Commits (1)

  • 855272a fix getMediaProgress not returning properly

📊 Changes

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

View changed files

📝 server/controllers/MeController.js (+1 -1)

📄 Description

This PR fixes an issue with getMediaProgress always returning an actual value.

Before:
Not Found

After:

{
  "id": "li_7ldrc1h3c2vn6fmf8v",
  "libraryItemId": "li_7ldrc1h3c2vn6fmf8v",
  "episodeId": null,
  "duration": 198346.729125,
  "progress": 0.1297424974615144,
  "currentTime": 25734,
  "isFinished": false,
  "lastUpdate": 1656618353652,
  "startedAt": 1656516106482,
  "finishedAt": null
}

🔄 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/802 **Author:** [@jmt-gh](https://github.com/jmt-gh) **Created:** 7/3/2022 **Status:** ✅ Merged **Merged:** 7/3/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `getMediaProgress_fix` --- ### 📝 Commits (1) - [`855272a`](https://github.com/advplyr/audiobookshelf/commit/855272a558d6971fa7b13719bbd710b87910e97c) fix getMediaProgress not returning properly ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/controllers/MeController.js` (+1 -1) </details> ### 📄 Description This PR fixes an issue with getMediaProgress always returning an actual value. Before: `Not Found` After: ``` { "id": "li_7ldrc1h3c2vn6fmf8v", "libraryItemId": "li_7ldrc1h3c2vn6fmf8v", "episodeId": null, "duration": 198346.729125, "progress": 0.1297424974615144, "currentTime": 25734, "isFinished": false, "lastUpdate": 1656618353652, "startedAt": 1656516106482, "finishedAt": null } ``` --- <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:15:37 +02:00
adam closed this issue 2026-04-25 00:15:37 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3428