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 /Emby.Naming | |
| parent | 56a469d8c3c0eed0d809d42a60d847e67ab61671 (diff) | |
AIFF support: add .aifc as audio file type, remove .aiff as image file type
Diffstat (limited to 'Emby.Naming')
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index f61ca7e129..9103174d2c 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", |
