mirror of
https://github.com/iptv-org/iptv
synced 2026-09-06 12:01:57 -04:00
Update scripts
This commit is contained in:
@@ -107,6 +107,10 @@ export class Stream extends sdk.Models.Stream {
|
||||
return !channel.is_nsfw
|
||||
}
|
||||
|
||||
isGeoBlocked(): boolean {
|
||||
return this.label === 'Geo-blocked'
|
||||
}
|
||||
|
||||
getUniqKey(): string {
|
||||
const filepath = this.getFilepath()
|
||||
const tvgId = this.getTvgId()
|
||||
|
||||
Reference in New Issue
Block a user