浏览代码

Support "extra" folder for extras content (#11249)

Niels van Velzen 1 年之前
父节点
当前提交
915df87716
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Emby.Naming/Common/NamingOptions.cs

+ 6 - 0
Emby.Naming/Common/NamingOptions.cs

@@ -537,6 +537,12 @@ namespace Emby.Naming.Common
                     "extras",
                     MediaType.Video),
 
+                new ExtraRule(
+                    ExtraType.Unknown,
+                    ExtraRuleType.DirectoryName,
+                    "extra",
+                    MediaType.Video),
+
                 new ExtraRule(
                     ExtraType.Unknown,
                     ExtraRuleType.DirectoryName,