Update editor.ts

This commit is contained in:
freearhey 2023-11-25 17:36:49 +03:00
parent 246f729f80
commit 45b61cc60b

View file

@ -147,7 +147,7 @@ async function getInput(channel: Channel) {
function getOptions(channelsIndex, channel: Channel) {
const channelId = generateCode(channel.name, defaultCountry)
const query = channel.name.replace(/\s(SD|TV|HD|SD\/HD)$/i, '').replace(/\+/gi, '')
const query = channel.name.replace(/\s(SD|TV|HD|SD\/HD|\(|\))$/i, '').replace(/\+/gi, '')
const similar = channelsIndex.search(query).map(item => new ApiChannel(item))
const variants = new Collection()