Fixed scene filter breaking without page entity. Improved scroll restore after applying filter.

This commit is contained in:
2024-09-04 22:50:51 +02:00
parent 858a1f7087
commit 3cf8fd1bb8
2 changed files with 13 additions and 6 deletions

View File

@@ -570,8 +570,6 @@ export async function fetchScenes(filters, rawOptions, reqUser) {
const tagCounts = options.aggregateTags && countAggregations(result.aggregations?.tagIds);
const channelCounts = options.aggregateChannels && countAggregations(entityIds);
console.log('entity ids', entityIds);
console.time('fetch aggregations');
const [aggActors, aggTags, aggChannels] = await Promise.all([