[PR #3078] [MERGED] Time parsing fix #3857

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/3078
Author: @nichwall
Created: 6/15/2024
Status: Merged
Merged: 6/15/2024
Merged by: @advplyr

Base: masterHead: time_parsing_fix


📝 Commits (2)

  • 34b340f Fix: overdrive mediamarkers parse hours
  • cadef9b Misnamed variable and cumulative length

📊 Changes

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

View changed files

📝 server/utils/parsers/parseOverdriveMediaMarkers.js (+16 -7)

📄 Description

Fixes https://github.com/advplyr/audiobookshelf/issues/3068

The generateParsedChapters did not include the hours part of the timestamp.


🔄 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/3078 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 6/15/2024 **Status:** ✅ Merged **Merged:** 6/15/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `time_parsing_fix` --- ### 📝 Commits (2) - [`34b340f`](https://github.com/advplyr/audiobookshelf/commit/34b340f1793c62143a200c37529760c61efd980d) Fix: overdrive mediamarkers parse hours - [`cadef9b`](https://github.com/advplyr/audiobookshelf/commit/cadef9b023ef051aa01bd45071a21fdf626c1a00) Misnamed variable and cumulative length ### 📊 Changes **1 file changed** (+16 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/parsers/parseOverdriveMediaMarkers.js` (+16 -7) </details> ### 📄 Description Fixes https://github.com/advplyr/audiobookshelf/issues/3068 The `generateParsedChapters` did not include the hours part of the timestamp. --- <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#3857