diff options
Diffstat (limited to 'common/src/node.rs')
| -rw-r--r-- | common/src/node.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/node.rs b/common/src/node.rs index b0f9545..612155f 100644 --- a/common/src/node.rs +++ b/common/src/node.rs @@ -108,6 +108,7 @@ enums! { KIND_COLLECTION = b"coll"; KIND_CHANNEL = b"chnl"; KIND_SHOW = b"show"; + KIND_PERSON = b"prsn"; KIND_SERIES = b"seri"; KIND_SEASON = b"sesn"; KIND_EPISODE = b"epsd"; |