mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
mono fixes
This commit is contained in:
@@ -594,11 +594,6 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
||||
throw new ArgumentNullException("outputPath");
|
||||
}
|
||||
|
||||
if (cancellationToken == null)
|
||||
{
|
||||
throw new ArgumentNullException("cancellationToken");
|
||||
}
|
||||
|
||||
var slowSeekParam = offset.TotalSeconds > 0 ? " -ss " + offset.TotalSeconds.ToString(UsCulture) : string.Empty;
|
||||
|
||||
var process = new Process
|
||||
|
||||
Reference in New Issue
Block a user