diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-10-05 21:47:59 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-10-05 21:47:59 +0200 |
| commit | 67147400bfbecc69d38db5faaea23c9f8d92807b (patch) | |
| tree | 63b37f99b7ce1867c0a86c7832d7647352716c1d /Emby.Naming/Common/NamingOptions.cs | |
| parent | d245e45254057c62d058cfad3e56484a77093718 (diff) | |
Fix issue #6123
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 915ce42cc9..248d1800d6 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -479,6 +479,12 @@ namespace Emby.Naming.Common MediaType.Video), new ExtraRule( + ExtraType.DeletedScene, + ExtraRuleType.Suffix, + "-deletedscene", + MediaType.Video), + + new ExtraRule( ExtraType.Clip, ExtraRuleType.Suffix, "-featurette", |
