Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(server): extract duration from video as ISO time #6863

Merged
merged 3 commits into from Feb 2, 2024

Conversation

alextran1502
Copy link
Contributor

No description provided.

Copy link

cloudflare-pages bot commented Feb 2, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: b7e9422
Status: ✅  Deploy successful!
Preview URL: https://350b325f.immich.pages.dev
Branch Preview URL: https://fix-extract-duration-from-is.immich.pages.dev

View logs

Copy link
Member

@danieldietzler danieldietzler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is pretty ugly because we don't use the types at all lol
If we say we expect seconds to be either of type number or ExifDuration, we shouldn't need to check if it's of type string and if we do check it, we'll need to update types further up/try to figure out why/when it can be string and why it isn't typed as this atm

Copy link
Member

@danieldietzler danieldietzler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! :)
(stupid exif)

@alextran1502 alextran1502 merged commit b768eef into main Feb 2, 2024
24 checks passed
@alextran1502 alextran1502 deleted the fix/extract-duration-from-iso-time branch February 2, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants