mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat: add option to cache images locally (#1213)
This commit is contained in:
@@ -28,6 +28,7 @@ export interface PublicSettingsResponse {
|
||||
region: string;
|
||||
originalLanguage: string;
|
||||
partialRequestsEnabled: boolean;
|
||||
cacheImages: boolean;
|
||||
}
|
||||
|
||||
export interface CacheItem {
|
||||
|
Reference in New Issue
Block a user