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;