From 06890d094e109e6fa22c89489051d7bbc552f434 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Jan 2024 11:13:09 +0100 Subject: [PATCH] Fix build --- client/src/views/Search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/Search.vue b/client/src/views/Search.vue index 06e09b6..5018821 100644 --- a/client/src/views/Search.vue +++ b/client/src/views/Search.vue @@ -131,7 +131,7 @@ import Filters from '../components/Filters.vue' import { searchVideos, searchVideoChannels, searchVideoPlaylists } from '../shared/search' import { getConfig } from '../shared/config' - import { pageToAPIParams, durationRangeToAPIParams, publishedDateRangeToAPIParams, extractTagsFromQuery, extractQueryToIntArray, extractQueryToStringArray, extractQueryToInt, extractQueryToBoolean, arrayify } from '../shared/utils' + import { pageToAPIParams, durationRangeToAPIParams, publishedDateRangeToAPIParams, extractTagsFromQuery, extractQueryToIntArray, extractQueryToStringArray, extractQueryToInt, extractQueryToBoolean } from '../shared/utils' import { SearchUrl } from '../models' import { APIVideo } from '../../../server/types/video.model' import { APIVideoChannel } from '../../../server/types/channel.model'