Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2022-01-15 00:07:11 +03:00
parent 23d9089628
commit 5db31acc83
3 changed files with 16 additions and 25 deletions

View file

@ -21,7 +21,6 @@ markdown.createTable = function (data, cols) {
if (i === 0) output += `<td align="left" valign="top" nowrap${rowspan}>${item.name}</td>`
output += `<td align="right">${item.channels}</td>`
output += `<td align="left" nowrap>${item.epg}</td>`
output += `<td align="center">${item.status}</td>`
output += '</tr>\n'
}
}