mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat: add option to cache images locally (#1213)
This commit is contained in:
@@ -16,6 +16,7 @@ const defaultSettings = {
|
||||
region: '',
|
||||
originalLanguage: '',
|
||||
partialRequestsEnabled: true,
|
||||
cacheImages: false,
|
||||
};
|
||||
|
||||
export const SettingsContext = React.createContext<SettingsContextProps>({
|
||||
|
||||
Reference in New Issue
Block a user