mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 12:44:48 +03:00
update bitrate filter
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user