diff options
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 3c30dfb26..81ab7c4eb 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -638,7 +638,7 @@ namespace MediaBrowser.Api.Playback ApiEntryPoint.Instance.OnTranscodingFinished(outputFilePath, TranscodingJobType); - if (!exitCode.HasValue || exitCode.Value != 0 || state.Item is Video) + if (!exitCode.HasValue || exitCode.Value != 0) { Logger.Info("Deleting partial stream file(s) {0}", outputFilePath); |
