mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-09 08:30:03 -04:00
Update create.ts
This commit is contained in:
parent
018168c2ad
commit
6cf0667d02
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ async function main() {
|
|||
issue.labels.find((label: string) => label === 'streams:remove')
|
||||
)
|
||||
removeRequests.forEach((issue: Issue) => {
|
||||
const streamUrls = issue.data.getArray('streamUrl') || []
|
||||
const streamUrls = issue.data.has('streamUrl') ? issue.data.getArray('streamUrl') : []
|
||||
|
||||
if (!streamUrls.length) {
|
||||
const result = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue