diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-25 23:31:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-25 23:31:46 +0000 |
| commit | a615f87680eeb847807a47168bb4c5551a48e59d (patch) | |
| tree | b12136687ac50c99132c09fa208be4b90dece314 /Emby.Naming/Common/NamingOptions.cs | |
| parent | d594f81f65eb24d80ac4988c181bc099e8ec7c38 (diff) | |
| parent | cf29aae690961dc281e79931932834d9c5f7854d (diff) | |
Merge pull request #7044 from 1337joe/fix-trailers-v2
Fix trailers v2
Diffstat (limited to 'Emby.Naming/Common/NamingOptions.cs')
| -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 aa62a47f1..c0be0b7c6 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -471,6 +471,12 @@ namespace Emby.Naming.Common MediaType.Video), new ExtraRule( + ExtraType.ThemeVideo, + ExtraRuleType.DirectoryName, + "backdrops", + MediaType.Video), + + new ExtraRule( ExtraType.ThemeSong, ExtraRuleType.Filename, "theme", |
