[PR #1923] [MERGED] fix(server): duration string parsing #9281

Closed
opened 2026-02-05 14:01:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1923
Author: @jrasm91
Created: 3/2/2023
Status: Merged
Merged: 3/4/2023
Merged by: @alextran1502

Base: mainHead: fix/duration-string-parsing


📝 Commits (1)

  • 95d75e9 fix: duration string parsing

📊 Changes

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

View changed files

📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+11 -14)

📄 Description

Fixes #1907

Would like to add tests for this, but it is not easy to mock all of the deps in this file, so will add that in a separate PR when those get refactored.


🔄 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/immich-app/immich/pull/1923 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 3/2/2023 **Status:** ✅ Merged **Merged:** 3/4/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/duration-string-parsing` --- ### 📝 Commits (1) - [`95d75e9`](https://github.com/immich-app/immich/commit/95d75e96af0567510b7f154a6e0ca2233080e1e2) fix: duration string parsing ### 📊 Changes **1 file changed** (+11 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+11 -14) </details> ### 📄 Description Fixes #1907 Would like to add tests for this, but it is not easy to mock all of the deps in this file, so will add that in a separate PR when those get refactored. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:01:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9281