read/write remote trailers to xml

This commit is contained in:
Luke Pulverenti
2013-12-01 15:17:40 -05:00
parent 80a56ddcfa
commit 42a2522637
6 changed files with 76 additions and 29 deletions

View File

@@ -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);
}
}