Update editor.js

This commit is contained in:
Aleksandr Statciuk 2022-03-04 14:04:23 +03:00
parent 020fd0dd18
commit e648dd8245

View file

@ -38,6 +38,7 @@ async function main() {
channel.xmltv_id = input.xmltv_id channel.xmltv_id = input.xmltv_id
break break
case 'Skip...': case 'Skip...':
channel.xmltv_id = '-'
break break
default: default:
const [name, xmltv_id] = selected.option const [name, xmltv_id] = selected.option