update image processing

This commit is contained in:
Luke Pulverenti
2015-08-02 15:08:55 -04:00
parent 6d13cec38e
commit 47b1a4cafd
20 changed files with 72 additions and 25 deletions

View File

@@ -136,7 +136,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
private async void DisposeLiveStream()
{
if (MediaSource.RequiresClosing ?? false)
if (MediaSource.RequiresClosing)
{
try
{