mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-27 13:38:20 +00:00
don't cache video streams for now
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user