1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix DeviceDiscovery

This commit is contained in:
Luke Pulverenti 2016-05-10 12:18:05 -04:00
parent 95cc042317
commit 4aa1243bef
7 changed files with 11 additions and 10 deletions

View file

@ -166,7 +166,7 @@
var frequency = 86400000;
if (AppInfo.isNativeApp) {
frequency = 604800000;
frequency = 259200000;
}
var cacheKey = 'lastappinfopresent5';