update to jquery mobile 1.4.4

This commit is contained in:
Luke Pulverenti
2014-09-13 10:10:30 -04:00
parent 8edeeb0ecc
commit e4e4865f7c
12 changed files with 246 additions and 228 deletions

View File

@@ -34,7 +34,7 @@ namespace MediaBrowser.Server.Implementations.Connect
{
LoadCachedAddress();
_timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(30), TimeSpan.FromHours(24));
_timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(30), TimeSpan.FromHours(12));
}
private async void TimerCallback(object state)