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 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"; |