Browse Source

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

Niels van Velzen 1 năm trước cách đây
mục cha
commit
915df87716
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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,