diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-10-21 11:58:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-21 11:58:04 +0300 |
| commit | ae2b95024f8da21910bf3d3706aa5eff8d66f4a1 (patch) | |
| tree | 552026db59cc8e63bf6e58e93a8cf5d4611d5840 | |
| parent | 6b6fede2e0b1c1edd06af3bcdbf5c5ad04d07638 (diff) | |
Update MediaBrowser.Api/Playback/BaseStreamingService.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index fa8fbe261..7bfe0e0ce 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -302,6 +302,7 @@ namespace MediaBrowser.Api.Playback { await Task.Delay(100, cancellationTokenSource.Token).ConfigureAwait(false); } + Logger.LogDebug("File {0} created or transcoding has finished", ffmpegTargetFile); if (state.IsInputVideo && transcodingJob.Type == TranscodingJobType.Progressive && !transcodingJob.HasExited) |
