From 930a4d0f60a3c5b62ffc37151dc4445836fb13fa Mon Sep 17 00:00:00 2001 From: harry-hart <75236748+harry-hart@users.noreply.github.com> Date: Fri, 2 May 2025 13:54:34 +0000 Subject: [PATCH] Update NamingOptions.cs to include "part" (#14022) --- Emby.Naming/Common/NamingOptions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index 6a662aaf55..dbb848603c 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[]