only show started games in multiboard - closes #8935

pull/8944/head
Thibault Duplessis 2021-05-15 09:30:52 +02:00
parent bf0b5e8600
commit d8c4fc5962
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ final class StudyMultiBoard(
.expireAfterAccess(10 minutes)
.buildAsyncFuture[Study.Id, Paginator[ChapterPreview]] { fetch(_, 1, playing = false) }
private val playingSelector = $doc("tags" -> "Result:*")
private val playingSelector = $doc("tags" -> "Result:*", "relay.path" $ne "")
private def fetch(studyId: Study.Id, page: Int, playing: Boolean): Fu[Paginator[ChapterPreview]] =
Paginator[ChapterPreview](