This commit is contained in:
sarendsen
2025-01-14 10:35:21 +01:00
parent aa20d9c701
commit e6f290b85f

View File

@@ -174,6 +174,12 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
useInterval(pollQuickConnect, isPolling ? 1000 : null);
useEffect(() => {
(async () => {
await refreshStreamyfinPluginSettings();
})();
}, []);
useInterval(refreshStreamyfinPluginSettings, 60 * 5 * 1000); // 5 min
/************* ✨ Codeium Command ⭐ *************/