mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix: added missing language default for ssr context defaults
This commit is contained in:
@@ -145,6 +145,7 @@ CoreApp.getInitialProps = async (initialProps) => {
|
|||||||
series4kEnabled: false,
|
series4kEnabled: false,
|
||||||
localLogin: true,
|
localLogin: true,
|
||||||
region: '',
|
region: '',
|
||||||
|
originalLanguage: '',
|
||||||
};
|
};
|
||||||
|
|
||||||
let locale = 'en';
|
let locale = 'en';
|
||||||
|
|||||||
Reference in New Issue
Block a user