From 715efcf7cb108715cf9bdaca998aafe38452f63d Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 22 Jan 2019 21:36:02 -0300 Subject: [PATCH] adds releaseTime --- proto/metadata.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/metadata.proto b/proto/metadata.proto index 618a5f2..8175ec6 100644 --- a/proto/metadata.proto +++ b/proto/metadata.proto @@ -211,4 +211,5 @@ message Metadata { optional string thumbnail = 9; optional string preview = 10; optional string licenseUrl = 11; + optional sint64 releaseTime = 12; }