diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2024-03-30 16:24:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-30 09:24:21 -0600 |
| commit | 915df8771603349be55a28b6e22a407f4927d625 (patch) | |
| tree | 1c668cae5707df6de504e6b2d3252934d5c006d4 /Emby.Naming | |
| parent | a8f1668540be34bc118c9bf08a234b856081011f (diff) | |
Support "extra" folder for extras content (#11249)
Diffstat (limited to 'Emby.Naming')
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index 4bd226d95..333d237a2 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -540,6 +540,12 @@ namespace Emby.Naming.Common new ExtraRule( ExtraType.Unknown, ExtraRuleType.DirectoryName, + "extra", + MediaType.Video), + + new ExtraRule( + ExtraType.Unknown, + ExtraRuleType.DirectoryName, "other", MediaType.Video), |
