Throw on FFmpeg non-zero exit code

This commit is contained in:
Dmitry Lyzo
2021-10-10 19:48:48 +03:00
parent c26e6d89b4
commit 32f3d60a84
2 changed files with 11 additions and 0 deletions

View File

@@ -106,6 +106,11 @@ namespace Jellyfin.Api.Models.PlaybackDtos
/// </summary>
public bool HasExited { get; set; }
/// <summary>
/// Gets or sets exit code.
/// </summary>
public int ExitCode { get; set; }
/// <summary>
/// Gets or sets a value indicating whether is user paused.
/// </summary>