From 24967e320db168e0d8637e290f7863504b0c1d6a Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 21 Apr 2019 00:11:01 -0400 Subject: [PATCH] default ClaimList ListType is COLLECTION --- v2/proto/claim.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index 89faca3..36ff513 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -46,8 +46,7 @@ message ClaimReference { message ClaimList { enum ListType { - UNKNOWN_LIST_TYPE = 0; - COLLECTION = 1; // play lists, etc + COLLECTION = 0; // play lists, etc DERIVATION = 2; // movie in multiple languages, software for different OSes } ListType list_type = 1;