diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-13 12:04:37 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-13 12:04:37 -0500 |
| commit | afabbfa22beba80d448dc435a2008ec45e805dd6 (patch) | |
| tree | eb5fbcffd9570681bdfac1a66218302f3f4cacf1 /MediaBrowser.Model/Dlna/ProfileConditionValue.cs | |
| parent | 81d685b882de369cd42ed8f3dbf78fc6bc0f36df (diff) | |
add ios dts workaround
Diffstat (limited to 'MediaBrowser.Model/Dlna/ProfileConditionValue.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/ProfileConditionValue.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/ProfileConditionValue.cs b/MediaBrowser.Model/Dlna/ProfileConditionValue.cs index 7e2002f17..9d6321c84 100644 --- a/MediaBrowser.Model/Dlna/ProfileConditionValue.cs +++ b/MediaBrowser.Model/Dlna/ProfileConditionValue.cs @@ -21,6 +21,7 @@ NumVideoStreams = 17, IsSecondaryAudio = 18, VideoCodecTag = 19, - IsAvc = 20 + IsAvc = 20, + HasAudioCodec = 21 } }
\ No newline at end of file |
