mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Limit number of default items shown
This commit is contained in:
parent
8ee10f6656
commit
d16dd05a57
@ -101,6 +101,7 @@ export default function Search() {
|
||||
before: searchSearchParams["before"],
|
||||
after: searchSearchParams["after"],
|
||||
search_type: searchSearchParams["search_type"],
|
||||
limit: Object.keys(searchSearchParams).length == 0 ? 20 : null,
|
||||
include_thumbnails: 0,
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user