mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 17:40:30 +01:00
fix roku live tv stream closing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user