mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 06:16:30 +01:00
added image by name api methods
This commit is contained in:
@@ -635,7 +635,7 @@ namespace MediaBrowser.Api.Playback
|
||||
/// </summary>
|
||||
/// <param name="process">The process.</param>
|
||||
/// <param name="state">The state.</param>
|
||||
protected void OnFfMpegProcessExited(Process process, StreamState state)
|
||||
protected async void OnFfMpegProcessExited(Process process, StreamState state)
|
||||
{
|
||||
if (state.IsoMount != null)
|
||||
{
|
||||
@@ -667,6 +667,8 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
Logger.Info("Deleting partial stream file(s) {0}", outputFilePath);
|
||||
|
||||
await Task.Delay(1000).ConfigureAwait(false);
|
||||
|
||||
try
|
||||
{
|
||||
DeletePartialStreamFiles(outputFilePath);
|
||||
|
||||
Reference in New Issue
Block a user