fixed ffprobe running over and over

This commit is contained in:
Luke Pulverenti
2013-09-25 11:11:23 -04:00
parent 3ee73bb7c2
commit 2d9b48d00f
17 changed files with 80 additions and 38 deletions

View File

@@ -385,7 +385,7 @@ namespace MediaBrowser.Controller.Providers
var sb = new StringBuilder();
var extensions = FileStampExtensionsDictionary;
var numExtensions = extensions.Count;
var numExtensions = FilestampExtensions.Length;
// Record the name of each file
// Need to sort these because accoring to msdn docs, our i/o methods are not guaranteed in any order