mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update to jquery mobile 1.4.4
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user