aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Model/Entities/Video.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/Video.cs b/MediaBrowser.Model/Entities/Video.cs
index 4d7b473bb..b99cacd13 100644
--- a/MediaBrowser.Model/Entities/Video.cs
+++ b/MediaBrowser.Model/Entities/Video.cs
@@ -27,6 +27,7 @@ namespace MediaBrowser.Model.Entities
public string Language { get; set; }
public int BitRate { get; set; }
public int Channels { get; set; }
+ public int SampleRate { get; set; }
}
public enum VideoType