From 0727475abfff42e32626d2def071a189168e7da1 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 23 Jun 2014 12:05:19 -0400 Subject: update translations --- MediaBrowser.Controller/Channels/ChannelMediaInfo.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Controller/Channels') diff --git a/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs b/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs index e8369f5738..64b4804148 100644 --- a/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs +++ b/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs @@ -25,6 +25,8 @@ namespace MediaBrowser.Controller.Channels public float? VideoLevel { get; set; } public float? Framerate { get; set; } + public bool? IsAnamorphic { get; set; } + public MediaProtocol Protocol { get; set; } public ChannelMediaInfo() -- cgit v1.2.3