diff options
| author | Evan Champion <110177090+evan314159@users.noreply.github.com> | 2026-02-21 20:59:57 +0800 |
|---|---|---|
| committer | Evan Champion <110177090+evan314159@users.noreply.github.com> | 2026-02-21 20:59:57 +0800 |
| commit | ccf2d15d5dbb3457a712668ba3e4cc54119fe736 (patch) | |
| tree | ce46b0f5820bdbf41b145849d9b5622669683953 | |
| parent | 56a469d8c3c0eed0d809d42a60d847e67ab61671 (diff) | |
AIFF support: add .aifc as audio file type, remove .aiff as image file type
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 1 | ||||
| -rw-r--r-- | src/Jellyfin.Drawing/ImageProcessor.cs | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index f61ca7e12..9103174d2 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -225,6 +225,7 @@ namespace Emby.Naming.Common ".afc", ".amf", ".aif", + ".aifc", ".aiff", ".alac", ".amr", diff --git a/src/Jellyfin.Drawing/ImageProcessor.cs b/src/Jellyfin.Drawing/ImageProcessor.cs index 46e5213a8..6ffb02284 100644 --- a/src/Jellyfin.Drawing/ImageProcessor.cs +++ b/src/Jellyfin.Drawing/ImageProcessor.cs @@ -85,7 +85,6 @@ public sealed class ImageProcessor : IImageProcessor, IDisposable "jpeg", "jpg", "png", - "aiff", "cr2", "crw", "nef", |
