Update scripts

This commit is contained in:
freearhey
2026-06-19 19:14:08 +03:00
parent e4d2758bd7
commit 158e23e14b
4 changed files with 79 additions and 25 deletions
+4
View File
@@ -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()