mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 12:37:45 +00:00
fixed incorrect type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user