default ClaimList ListType is COLLECTION
This commit is contained in:
parent
41b2658ca3
commit
24967e320d
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue