update emby tv

This commit is contained in:
Luke Pulverenti
2015-07-23 19:40:54 -04:00
parent f7c1a88166
commit ba9ed26c4a
17 changed files with 236 additions and 87 deletions

View File

@@ -439,7 +439,7 @@ namespace MediaBrowser.Server.Implementations.Library
LiveStreamInfo current;
if (_openStreams.TryGetValue(id, out current))
{
if (current.MediaSource.RequiresClosing)
if (current.MediaSource.RequiresClosing ?? false)
{
var tuple = GetProvider(id);