AIFF support: add .aifc as audio file type, remove .aiff as image file type

This commit is contained in:
Evan Champion
2026-02-21 20:59:57 +08:00
parent 56a469d8c3
commit ccf2d15d5d
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",