fix: add missing default value for settings context

pull/1011/head
sct 4 years ago
parent 69294a7c4c
commit 084917f02d

@ -14,6 +14,7 @@ const defaultSettings = {
movie4kEnabled: false,
series4kEnabled: false,
region: '',
originalLanguage: '',
};
export const SettingsContext = React.createContext<SettingsContextProps>({

Loading…
Cancel
Save