update live tv styles

This commit is contained in:
Luke Pulverenti
2014-05-29 10:19:12 -04:00
parent 5477c61596
commit 25b5415829
7 changed files with 44 additions and 13 deletions

View File

@@ -79,9 +79,12 @@ namespace MediaBrowser.Server.Implementations.Session
private void ResetPingTimer()
{
var period = TimeSpan.FromSeconds(60);
if (_pingTimer != null)
{
var period = TimeSpan.FromSeconds(60);
_pingTimer.Change(period, period);
_pingTimer.Change(period, period);
}
}
private Task SendMessage(string name, CancellationToken cancellationToken)