aboutsummaryrefslogtreecommitdiff
path: root/common/src/node.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-15 14:47:18 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-15 14:47:18 +0100
commit87f2f687fb053c009d69e7956d8f01e50756f9f5 (patch)
tree94ebe73bcbc91ae643f98442f7ff243b7c0b491e /common/src/node.rs
parent594815d83c686a1c2b3c8472db137797f5936605 (diff)
downloadjellything-87f2f687fb053c009d69e7956d8f01e50756f9f5.tar
jellything-87f2f687fb053c009d69e7956d8f01e50756f9f5.tar.bz2
jellything-87f2f687fb053c009d69e7956d8f01e50756f9f5.tar.zst
fix episode index msrc
Diffstat (limited to 'common/src/node.rs')
-rw-r--r--common/src/node.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/node.rs b/common/src/node.rs
index c4aa1df..c5311cf 100644
--- a/common/src/node.rs
+++ b/common/src/node.rs
@@ -103,6 +103,7 @@ enums! {
MSOURCE_ACOUSTID = b"acid";
MSOURCE_MEDIA = b"medi";
MSOURCE_EXPLICIT = b"expl";
+ MSOURCE_FILENAME_PATTERN = b"fnpt";
VISI_HIDDEN = b"hidn";
VISI_REDUCED = b"rdcd";