Create Channel model

This commit is contained in:
freearhey 2025-03-07 04:27:23 +03:00
parent 4bfb062731
commit 9aa1b9fe50
11 changed files with 123 additions and 56 deletions

View file

@ -6,7 +6,7 @@
export let channel
const endpoint = 'https://github.com/iptv-org/database/issues/new'
const title = `Edit: ${channel.displayName}`
const title = `Edit: ${channel._displayName}`
const labels = 'channels:edit'
const template = '__channels_edit.yml'