You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On different filesystems , like on linux filesystem where we also have to mount other drives, their created at metadata may not be present in image due to which if we change images folder in settings, images dont display on home page for that. So I think its a good idea to fallback to modified metadata if created at is not present in image.
In simple terms in code we were accessing created at metadata to display images on home page but on many file systems like in linux where we can't access created at metadata of other images which are present in other drives their due this images are not visible on home as images on home are soley relying on created at metadata.
Record
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
On different filesystems , like on linux filesystem where we also have to mount other drives, their created at metadata may not be present in image due to which if we change images folder in settings, images dont display on home page for that. So I think its a good idea to fallback to modified metadata if created at is not present in image.
In simple terms in code we were accessing created at metadata to display images on home page but on many file systems like in linux where we can't access created at metadata of other images which are present in other drives their due this images are not visible on home as images on home are soley relying on created at metadata.
Record
The text was updated successfully, but these errors were encountered: