feat: search media_ft

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-09 22:07:49 +08:00
parent 57043166a9
commit 794fb9c7e4
6 changed files with 17 additions and 14 deletions

View File

@@ -98,7 +98,7 @@ class SearchPanelController extends CommonController {
keyword: keyword!,
page: currentPage,
order: order.value,
duration: searchType!.type != 'video' ? null : duration.value,
duration: searchType!.name != 'video' ? null : duration.value,
tids: tids,
orderSort: orderSort,
userType: userType,