Preventing scene poster, stash header and bottom navigation overflow.
This commit is contained in:
@@ -125,6 +125,8 @@ export async function fetchScenesById(sceneIds, reqUser) {
|
||||
: [],
|
||||
]);
|
||||
|
||||
console.log(reqUser, stashes);
|
||||
|
||||
return sceneIds.map((sceneId) => {
|
||||
const scene = scenes.find((sceneEntry) => sceneEntry.id === sceneId);
|
||||
|
||||
@@ -550,8 +552,6 @@ export async function fetchScenes(filters, rawOptions, reqUser) {
|
||||
const scenes = await fetchScenesById(sceneIds, reqUser);
|
||||
console.timeEnd('fetch full');
|
||||
|
||||
console.log('total', result.total);
|
||||
|
||||
return {
|
||||
scenes,
|
||||
aggActors,
|
||||
|
||||
Reference in New Issue
Block a user