don't cache video streams for now

pull/702/head
Luke Pulverenti 12 years ago
parent 2a5ba9e707
commit c8f895014d

@ -633,7 +633,7 @@ namespace MediaBrowser.Api.Playback
ApiEntryPoint.Instance.OnTranscodingFinished(outputFilePath, TranscodingJobType);
if (!exitCode.HasValue || exitCode.Value != 0)
if (!exitCode.HasValue || exitCode.Value != 0 || state.Item is Video)
{
Logger.Info("Deleting partial stream file(s) {0}", outputFilePath);

Loading…
Cancel
Save