mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 01:17:57 -04:00
AIFF support: add .aifc as audio file type, remove .aiff as image file type (#16274)
This commit is contained in:
commit
ca0b2aa7a6
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user