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'