From 5640bece22226a99a6ef9e88cd8c73e481b43dac Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Wed, 27 Feb 2019 11:37:12 -0500 Subject: [PATCH] release time --- proto/stream.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/stream.proto b/proto/stream.proto index eb5d2cc..77a1051 100644 --- a/proto/stream.proto +++ b/proto/stream.proto @@ -20,4 +20,5 @@ message Stream { string thumbnail_url = 18; uint32 duration = 19; repeated string tags = 20; + int64 release_time = 21; // seconds since UNIX epoch }