mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
#680 - episode organization
This commit is contained in:
parent
cf1dac60f6
commit
9d40b684bf
21 changed files with 824 additions and 646 deletions
|
|
@ -956,7 +956,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
|||
/// <param name="process">The process.</param>
|
||||
/// <param name="timeout">The timeout.</param>
|
||||
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise</returns>
|
||||
private bool StartAndWaitForProcess(Process process, int timeout = 10000)
|
||||
private bool StartAndWaitForProcess(Process process, int timeout = 12000)
|
||||
{
|
||||
process.Start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue