Explorar o código

changed recent to 10mins

causefx %!s(int64=8) %!d(string=hai) anos
pai
achega
35962394c3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      functions.php

+ 2 - 2
functions.php

@@ -960,7 +960,7 @@ function getEmbyStreams($size, $showNames, $role) {
 				$('#'+loadedID).replaceWith(element);
 				console.log('Loaded updated: '+loadedID);
 			});
-		}, 15000);
+		}, 600000);
 	");
 }
 
@@ -993,7 +993,7 @@ function getPlexStreams($size, $showNames, $role){
 						$('#'+loadedID).replaceWith(element);
 						console.log('Loaded updated: '+loadedID);
 					});
-				}, 15000);
+				}, 600000);
 			");
 		}else{
 			writeLog("error", "PLEX STREAM ERROR: could not connect - check token - if HTTPS, is cert valid");