keep releases as prerelease

This commit is contained in:
Jason Dove
2021-02-11 15:54:00 -06:00
parent 941f1a59ee
commit 88b645af2d
2 changed files with 2 additions and 1 deletions
@@ -82,7 +82,7 @@ namespace ErsatzTV.Core.Metadata
private MediaMetadata ProjectToMediaMetadata(FFprobe probeOutput) =>
Optional(probeOutput)
.Filter(json => json != null)
.Filter(json => json?.format != null && json.streams != null)
.ToValidation<BaseError>("Unable to parse ffprobe output")
.ToEither<FFprobe>()
.Match(