diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-01 12:06:57 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-01 12:06:57 -0400 |
| commit | 7f5783988a7194452760a3ff0a06a816c057456f (patch) | |
| tree | a2850f805c0a029154c9cfb950d2613ac30fbdd5 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | e76a6255b8eadd8c98c13b007b52e989756247ae (diff) | |
added disc to metadata images section
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); |
