From aed806ca93c5ae72107add0452720e962e6d65af Mon Sep 17 00:00:00 2001 From: Sophie Date: Wed, 24 May 2023 12:49:55 +0100 Subject: [PATCH] Add aspect ratio to the media atom model --- thrift/src/main/thrift/atoms/media.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/thrift/src/main/thrift/atoms/media.thrift b/thrift/src/main/thrift/atoms/media.thrift index 542cdf9..deb2568 100644 --- a/thrift/src/main/thrift/atoms/media.thrift +++ b/thrift/src/main/thrift/atoms/media.thrift @@ -43,6 +43,7 @@ struct Asset { 3: required string id 4: required Platform platform 5: optional string mimeType + 6: optional string aspectRatio } struct PlutoData {