Skip to content
New issue

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

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

Already on GitHub? # to your account

smugmug_fs: gracefully degrade for video files with no mtime #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

durin42
Copy link
Contributor

@durin42 durin42 commented Jul 24, 2021

Sometimes (as with the renames, I have no idea what triggers this)
SmugMug doesn't record a DateTimeModified for a video (presumably
other filetypes too, but we use MD5 checks for most other files) and
we would crash when checking the empty-string that we got
back. Instead just assume that the file isn't modified and move on.

Sometimes (as with the renames, I have no idea what triggers this)
SmugMug doesn't record a DateTimeModified for a video (presumably
other filetypes too, but we use MD5 checks for most other files) and
we would crash when checking the empty-string that we got
back. Instead just assume that the file isn't modified and move on.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant