Update scripts

This commit is contained in:
freearhey
2025-05-01 00:51:41 +03:00
parent 4d8eb9199c
commit 4893ed965c
7 changed files with 39 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
import { Collection, Dictionary } from '@freearhey/core'
import { Country, Language, Region, Channel, Subdivision } from './index'
import { Collection, Dictionary } from '@freearhey/core'
import type { FeedData } from '../types/feed'
export class Feed {
@@ -106,7 +106,7 @@ export class Feed {
regionsKeyByCode: Dictionary,
subdivisionsKeyByCode: Dictionary
): this {
let broadcastCountries = new Collection()
const broadcastCountries = new Collection()
if (this.isInternational()) {
this.broadcastCountries = broadcastCountries