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

@@ -14,6 +14,7 @@ export interface PublicSettingsResponse {
series4kEnabled: boolean;
region: string;
originalLanguage: string;
partialRequestsEnabled: boolean;
}
export interface CacheItem {