diff options
| author | harry-hart <75236748+harry-hart@users.noreply.github.com> | 2025-05-02 13:54:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-02 07:54:34 -0600 |
| commit | 930a4d0f60a3c5b62ffc37151dc4445836fb13fa (patch) | |
| tree | e2d0fce5772bd404fc126a345cfb891592d04d3f /Emby.Naming/Common | |
| parent | d894b91d46725782ea9e50a12cb9490ecfc69ccf (diff) | |
Update NamingOptions.cs to include "part" (#14022)
Diffstat (limited to 'Emby.Naming/Common')
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index 6a662aaf5..dbb848603 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -187,7 +187,8 @@ namespace Emby.Naming.Common "disc", "disk", "vol", - "volume" + "volume", + "part" }; ArtistSubfolders = new[] |
