feat(ui): add option to only allow complete series requests (#1164)

This commit is contained in:
TheCatLady
2021-03-16 03:36:54 -04:00
committed by GitHub
parent 6f1a31de47
commit 36c00fde27
8 changed files with 108 additions and 32 deletions

View File

@@ -148,6 +148,7 @@ CoreApp.getInitialProps = async (initialProps) => {
localLogin: true,
region: '',
originalLanguage: '',
partialRequestsEnabled: true,
};
let locale = 'en';