mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
fix: remove splashscreen provider and handle loading in jellyfinprovider
This commit is contained in:
@@ -268,6 +268,8 @@ export const useSettings = () => {
|
||||
const newSettings = { ..._settings, ...update };
|
||||
|
||||
setSettings(newSettings);
|
||||
|
||||
// @ts-expect-error
|
||||
saveSettings(newSettings);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user