release time

This commit is contained in:
Alex Grintsvayg 2019-02-27 11:37:12 -05:00
parent 69807aaae5
commit 5640bece22
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -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
}