mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 11:36:40 +00:00
don't cache video streams for now
This commit is contained in:
parent
2a5ba9e707
commit
c8f895014d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue