-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This is again a rather niche feature request. I created a file with several movies that didn't have <http://purl.org/dc/terms/created>
defined. The viewer failed to load because Cannot read properties of undefined (reading 'getTime')
media-kraken/src/services/Viewer.ts
Line 111 in 3d87fa6
.sort((a, b) => b.createdAt.getTime() - a.createdAt.getTime()) |
The file successfully loaded when the required triples were added.
This seems to be the only use of createdAt, so it would be nice if the viewer was robust to the triples being missing 🙂
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working