This commit is contained in:
freearhey 2019-10-23 13:32:49 +03:00
parent 9d9245aef6
commit 14a59c1f98

View File

@ -83,7 +83,7 @@ async function main() {
for(let channelId in buffer[epgUrl].channels) {
let c = buffer[epgUrl].channels[channelId]
for(let epgName of c.names) {
let regexp = new RegExp(`^${epgName}`, 'i')
let regexp = new RegExp(`^${epgName}$`, 'i')
if(regexp.test(channel.title)) {
if(!channel.id) {
channel.id = c.id