diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-04-11 10:24:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-11 10:24:48 +0200 |
| commit | 193a15ea45d5bd776d3e068b29a2f11eee6e4911 (patch) | |
| tree | b1ed15e5bfd73ea94fe6a22533d8d6763d404340 /MediaBrowser.Model | |
| parent | 45700f6f7d1343c10a2aa104a8548f14daecd73e (diff) | |
| parent | c300651d0ddae2e2a3b3cde55989284f5972a79a (diff) | |
Merge pull request #16567 from shocklateboy92/fix/iso639-2-language-display
Fix language display for ISO 639-2-only codes (e.g. mul, und, mis, zxx)
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 11f81ff7d8..4491fb5ace 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -5,7 +5,6 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; -using System.Linq; using System.Text; using System.Text.Json.Serialization; using Jellyfin.Data.Enums; |
