Update NamingOptions.cs to include "part" (#14022)
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
OpenAPI / OpenAPI - HEAD (push) Waiting to run
OpenAPI / OpenAPI - BASE (push) Waiting to run
OpenAPI / OpenAPI - Difference (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Unstable Spec (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Stable Spec (push) Blocked by required conditions
Tests / run-tests (macos-latest) (push) Waiting to run
Tests / run-tests (ubuntu-latest) (push) Waiting to run
Tests / run-tests (windows-latest) (push) Waiting to run
Project Automation / Project board (push) Waiting to run
Merge Conflict Labeler / Labeling (push) Waiting to run

This commit is contained in:
harry-hart
2025-05-02 13:54:34 +00:00
committed by GitHub
parent d894b91d46
commit 930a4d0f60

View File

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