mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-18 21:52:02 +00:00
remove trailing whitespace
This commit is contained in:
parent
ba1794f64b
commit
bd169e4fd4
290 changed files with 1708 additions and 1708 deletions
|
|
@ -25,7 +25,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
private readonly IMediaEncoder _mediaEncoder;
|
||||
|
||||
protected static readonly CultureInfo UsCulture = new CultureInfo("en-US");
|
||||
|
||||
|
||||
public EncodingJobFactory(ILogger logger, ILibraryManager libraryManager, IMediaSourceManager mediaSourceManager, IConfigurationManager config, IMediaEncoder mediaEncoder)
|
||||
{
|
||||
_logger = logger;
|
||||
|
|
@ -255,7 +255,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
if (profile == null)
|
||||
{
|
||||
// Don't use settings from the default profile.
|
||||
// Don't use settings from the default profile.
|
||||
// Only use a specific profile if it was requested.
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue