feat(downloads): add option to limit amount of items (#3205)
This commit is contained in:
@@ -77,6 +77,7 @@ const optionMapping: OptionMapping = {
|
||||
descendingDefaultSort: () => false,
|
||||
showCompletedUsenet: () => true,
|
||||
showCompletedHttp: () => true,
|
||||
limitPerIntegration: () => undefined,
|
||||
},
|
||||
weather: {
|
||||
forecastDayCount: (oldOptions) => oldOptions.forecastDays,
|
||||
|
||||
Reference in New Issue
Block a user