diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-23 19:40:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-23 19:40:54 -0400 |
| commit | ba9ed26c4a60b29f25c0cf53d215b617142c0fc3 (patch) | |
| tree | 14ec9ac08298d4335bb440c7b7e4d5c1ef47524e /MediaBrowser.Api/Playback/StreamState.cs | |
| parent | f7c1a88166e4ba756f05db12db2c61865cfc6712 (diff) | |
update emby tv
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamState.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs index 02b7720a4..4df696096 100644 --- a/MediaBrowser.Api/Playback/StreamState.cs +++ b/MediaBrowser.Api/Playback/StreamState.cs @@ -185,7 +185,7 @@ namespace MediaBrowser.Api.Playback private async void DisposeLiveStream() { - if (MediaSource.RequiresClosing && string.IsNullOrWhiteSpace(Request.LiveStreamId)) + if ((MediaSource.RequiresClosing ?? false) && string.IsNullOrWhiteSpace(Request.LiveStreamId)) { try { |
