mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(frontend): use region settings instead of hardcoded 'US' value for movie/TV ratings (#1006)
This commit is contained in:
@@ -13,6 +13,7 @@ const defaultSettings = {
|
||||
localLogin: false,
|
||||
movie4kEnabled: false,
|
||||
series4kEnabled: false,
|
||||
region: '',
|
||||
};
|
||||
|
||||
export const SettingsContext = React.createContext<SettingsContextProps>({
|
||||
|
||||
Reference in New Issue
Block a user