From aae259d2cd06dc59d279cf04b0f94a09d485cba0 Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Mon, 20 Aug 2012 15:16:51 -0400 Subject: Initial check-in of VideoInfoProvider, although it's currently disabled. --- MediaBrowser.Model/Entities/Video.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MediaBrowser.Model') 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; } -- cgit v1.2.3