fix build

This commit is contained in:
Luke Pulverenti
2015-06-10 23:01:41 -04:00
parent a1e78cbb05
commit ff26b09583
6 changed files with 7 additions and 13 deletions

View File

@@ -474,7 +474,7 @@ namespace MediaBrowser.Server.Implementations.Library
}
private Timer _closeTimer;
private readonly TimeSpan _openStreamMaxAge = TimeSpan.FromSeconds(40);
private readonly TimeSpan _openStreamMaxAge = TimeSpan.FromSeconds(60);
private void StartCloseTimer()
{