From a55d156fd65e297b044d8ad898b1e04f659e4e60 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 24 Jun 2014 17:45:21 -0400 Subject: update translations --- MediaBrowser.Controller/MediaEncoding/InternalMediaInfoResult.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/MediaEncoding') diff --git a/MediaBrowser.Controller/MediaEncoding/InternalMediaInfoResult.cs b/MediaBrowser.Controller/MediaEncoding/InternalMediaInfoResult.cs index 39d1c3220..796fdb723 100644 --- a/MediaBrowser.Controller/MediaEncoding/InternalMediaInfoResult.cs +++ b/MediaBrowser.Controller/MediaEncoding/InternalMediaInfoResult.cs @@ -312,6 +312,12 @@ namespace MediaBrowser.Controller.MediaEncoding /// The bit_rate. public string bit_rate { get; set; } + /// + /// Gets or sets the probe_score. + /// + /// The probe_score. + public int probe_score { get; set; } + /// /// Gets or sets the tags. /// -- cgit v1.2.3