fix roku live tv stream closing

This commit is contained in:
Luke Pulverenti
2015-07-17 22:52:27 -04:00
parent 78a25d2289
commit 1279c6d8b5
3 changed files with 8 additions and 9 deletions

View File

@@ -912,6 +912,9 @@ namespace MediaBrowser.Providers.Manager
{
try
{
// Try to throttle this a little bit.
await Task.Delay(100).ConfigureAwait(false);
var artist = item as MusicArtist;
var task = artist == null
? RefreshItem(item, refreshItem.Item2, CancellationToken.None)