aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-01 12:06:57 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-01 12:06:57 -0400
commit7f5783988a7194452760a3ff0a06a816c057456f (patch)
treea2850f805c0a029154c9cfb950d2613ac30fbdd5 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parente76a6255b8eadd8c98c13b007b52e989756247ae (diff)
added disc to metadata images section
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
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);