diff options
| author | Bond_009 <bond.009@outlook.com> | 2026-03-29 14:16:26 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2026-03-29 14:27:49 +0200 |
| commit | a6da575785e678e64ed03978d1f4f60a80423121 (patch) | |
| tree | 9331b938f8609e1175c0e4a814d67b1c42e9dd69 /MediaBrowser.Model | |
| parent | ea206f43a25700904bc9c909d6616dfe55ab8671 (diff) | |
Only set IsAvc for video streams
Also enables nullable for MediaStreamInfo
Makes more properties nullable that aren't always present
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 c443af32cf..11f81ff7d8 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -2,7 +2,6 @@ #pragma warning disable CS1591 using System; -using System.Collections.Frozen; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; |
