mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-02 12:22:52 +01:00
read/write remote trailers to xml
This commit is contained in:
@@ -695,7 +695,7 @@ namespace MediaBrowser.Api.Playback
|
||||
// This is arbitrary, but add a little buffer time when internet streaming
|
||||
if (state.Item.LocationType == LocationType.Remote)
|
||||
{
|
||||
await Task.Delay(2000).ConfigureAwait(false);
|
||||
await Task.Delay(4000).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user