Fixed scene filter breaking without page entity. Improved scroll restore after applying filter.
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user