Explorar el Código

Merge pull request #14333 from theguymadmax/add-act-naming-option

Add act as a stacking option for music albums
Bond-009 hace 6 días
padre
commit
f976630003
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Emby.Naming/Common/NamingOptions.cs

+ 2 - 1
Emby.Naming/Common/NamingOptions.cs

@@ -188,7 +188,8 @@ namespace Emby.Naming.Common
                 "disk",
                 "vol",
                 "volume",
-                "part"
+                "part",
+                "act"
             };
 
             ArtistSubfolders = new[]