From 4fe9d39cdf3476435a5da7a6c8fbfcce88783b7e Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 25 Mar 2019 11:41:51 -0400 Subject: [PATCH] audio duration = 1 --- v2/proto/claim.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index db4efb5..0ba7a6c 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -75,5 +75,5 @@ message Video { } message Audio { - uint32 duration = 3; + uint32 duration = 1; }