From 18cfde2021c65621feef3966af06ac1a337d2a01 Mon Sep 17 00:00:00 2001 From: JasonLandbridge Date: Sun, 13 Apr 2025 15:58:16 +0200 Subject: [PATCH] fixed incorrect type --- src/models/directory/content-changed-at.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/models/directory/content-changed-at.yaml b/src/models/directory/content-changed-at.yaml index 2a88fa8a..39a85b05 100644 --- a/src/models/directory/content-changed-at.yaml +++ b/src/models/directory/content-changed-at.yaml @@ -4,6 +4,8 @@ required: properties: contentChangedAt: type: integer - format: int32 - description: The number of seconds since the content was last changed relative to now. + format: int64 + description: | + Timestamp (in seconds) representing the last time the content was modified. + NOTE: Some Plex server have some absurd values for this field, like 8457612157633039800 so it should be int64 example: 9173960