aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Video.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/Video.cs')
-rw-r--r--MediaBrowser.Model/Entities/Video.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Entities/Video.cs b/MediaBrowser.Model/Entities/Video.cs
index 688226634..dca8a2aba 100644
--- a/MediaBrowser.Model/Entities/Video.cs
+++ b/MediaBrowser.Model/Entities/Video.cs
@@ -19,8 +19,7 @@ namespace MediaBrowser.Model.Entities
public class AudioStream
{
- public string Format { get; set; }
- public string Profile { get; set; }
+ public string Codec { get; set; }
public string Language { get; set; }
public int BitRate { get; set; }
public int Channels { get; set; }