rework nfo savers

This commit is contained in:
Luke Pulverenti
2014-07-08 20:46:11 -04:00
parent c02e917f56
commit 651d483dec
33 changed files with 2143 additions and 1076 deletions

View File

@@ -953,7 +953,7 @@ namespace MediaBrowser.Api.Playback
// This is arbitrary, but add a little buffer time when internet streaming
if (state.InputProtocol != MediaProtocol.File)
{
await Task.Delay(3000, cancellationTokenSource.Token).ConfigureAwait(false);
await Task.Delay(2500, cancellationTokenSource.Token).ConfigureAwait(false);
}
}