mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix DeviceDiscovery
This commit is contained in:
parent
95cc042317
commit
4aa1243bef
7 changed files with 11 additions and 10 deletions
|
@ -166,7 +166,7 @@
|
|||
var frequency = 86400000;
|
||||
|
||||
if (AppInfo.isNativeApp) {
|
||||
frequency = 604800000;
|
||||
frequency = 259200000;
|
||||
}
|
||||
|
||||
var cacheKey = 'lastappinfopresent5';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue