mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 01:06:31 +00:00
AIFF support: add .aifc as audio file type, remove .aiff as image file type
This commit is contained in:
@@ -225,6 +225,7 @@ namespace Emby.Naming.Common
|
||||
".afc",
|
||||
".amf",
|
||||
".aif",
|
||||
".aifc",
|
||||
".aiff",
|
||||
".alac",
|
||||
".amr",
|
||||
|
||||
@@ -85,7 +85,6 @@ public sealed class ImageProcessor : IImageProcessor, IDisposable
|
||||
"jpeg",
|
||||
"jpg",
|
||||
"png",
|
||||
"aiff",
|
||||
"cr2",
|
||||
"crw",
|
||||
"nef",
|
||||
|
||||
Reference in New Issue
Block a user