mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-20 02:54:17 +01:00
wip
This commit is contained in:
@@ -174,6 +174,12 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
|
|||||||
|
|
||||||
useInterval(pollQuickConnect, isPolling ? 1000 : null);
|
useInterval(pollQuickConnect, isPolling ? 1000 : null);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
(async () => {
|
||||||
|
await refreshStreamyfinPluginSettings();
|
||||||
|
})();
|
||||||
|
}, []);
|
||||||
|
|
||||||
useInterval(refreshStreamyfinPluginSettings, 60 * 5 * 1000); // 5 min
|
useInterval(refreshStreamyfinPluginSettings, 60 * 5 * 1000); // 5 min
|
||||||
|
|
||||||
/************* ✨ Codeium Command ⭐ *************/
|
/************* ✨ Codeium Command ⭐ *************/
|
||||||
|
|||||||
Reference in New Issue
Block a user