AIFF support: add .aifc as audio file type, remove .aiff as image file type (#16274)

This commit is contained in:
Bond-009
2026-03-02 21:35:31 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -225,6 +225,7 @@ namespace Emby.Naming.Common
".afc",
".amf",
".aif",
".aifc",
".aiff",
".alac",
".amr",

View File

@@ -85,7 +85,6 @@ public sealed class ImageProcessor : IImageProcessor, IDisposable
"jpeg",
"jpg",
"png",
"aiff",
"cr2",
"crw",
"nef",