mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Fix join function for studio scenes_filter handler (#4994)
This commit is contained in:
parent
9c13b39f99
commit
a1fc14f8c4
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ func (qb *studioFilterHandler) criterionHandler() criterionHandler {
|
|||
relatedRepo: sceneRepository.repository,
|
||||
relatedHandler: &sceneFilterHandler{studioFilter.ScenesFilter},
|
||||
joinFn: func(f *filterBuilder) {
|
||||
sceneRepository.innerJoin(f, "", "studios.id")
|
||||
studioRepository.scenes.innerJoin(f, "", "studios.id")
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue