mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-21 18:48:16 +00:00
update image processing
This commit is contained in:
@@ -136,7 +136,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
private async void DisposeLiveStream()
|
||||
{
|
||||
if (MediaSource.RequiresClosing ?? false)
|
||||
if (MediaSource.RequiresClosing)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user