updated nuget

This commit is contained in:
Luke Pulverenti
2014-03-23 18:21:49 -04:00
parent c9ca62329e
commit 787f5e8382
7 changed files with 58 additions and 152 deletions

View File

@@ -10,7 +10,7 @@ namespace MediaBrowser.Model.Configuration
public DlnaOptions()
{
EnablePlayTo = true;
ClientDiscoveryIntervalSeconds = 30;
ClientDiscoveryIntervalSeconds = 60;
}
}
}