diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-18 20:42:09 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-18 20:42:09 +0100 |
| commit | 848cd3e478d77daf75076e5ee075fb4f76304baa (patch) | |
| tree | b253fb461952e85045f02a1e1be3e4d67dfe93c1 /common | |
| parent | 0d2068477d474416d92557c5af5491527c50d11d (diff) | |
| download | jellything-848cd3e478d77daf75076e5ee075fb4f76304baa.tar jellything-848cd3e478d77daf75076e5ee075fb4f76304baa.tar.bz2 jellything-848cd3e478d77daf75076e5ee075fb4f76304baa.tar.zst | |
render credits
Diffstat (limited to 'common')
| -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"; |