update bitrate filter

This commit is contained in:
Luke Pulverenti
2016-12-23 03:50:32 -05:00
parent 02f749c654
commit 5833aedb15
5 changed files with 6 additions and 4 deletions

View File

@@ -287,6 +287,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
return;
}
_logger.Info("Attempting to update encoder path to {0}. pathType: {1}", path ?? string.Empty, pathType ?? string.Empty);
Tuple<string, string> newPaths;
if (string.Equals(pathType, "system", StringComparison.OrdinalIgnoreCase))