This commit is contained in:
sarendsen
2025-01-14 10:31:16 +01:00
parent e7128afb32
commit aa20d9c701
2 changed files with 11 additions and 8 deletions

View File

@@ -75,14 +75,6 @@ export default function index() {
const insets = useSafeAreaInsets();
useEffect(() => {
const interval = setInterval(async () => {
await refreshStreamyfinPluginSettings();
}, 60 * 10 * 1000); // 10 min
return () => clearInterval(interval);
}, []);
useEffect(() => {
const hasDownloads = downloadedFiles && downloadedFiles.length > 0;
navigation.setOptions({