mirror of
https://github.com/iptv-org/iptv
synced 2025-12-23 13:57:31 -05:00
Update scripts
This commit is contained in:
@@ -78,6 +78,10 @@ export class Region {
|
||||
return this.countryCodes.includes((countryCode: string) => countryCode === code)
|
||||
}
|
||||
|
||||
isWorldwide(): boolean {
|
||||
return ['INT', 'WW'].includes(this.code)
|
||||
}
|
||||
|
||||
serialize(): RegionSerializedData {
|
||||
return {
|
||||
code: this.code,
|
||||
|
||||
Reference in New Issue
Block a user