mirror of
https://github.com/iptv-org/iptv
synced 2025-12-20 04:17:35 -05:00
Update scripts
This commit is contained in:
@@ -342,10 +342,6 @@ export class Stream {
|
||||
return this.feed ? this.feed.isBroadcastInRegion(region) : false
|
||||
}
|
||||
|
||||
isInternational(): boolean {
|
||||
return this.feed ? this.feed.isInternational() : false
|
||||
}
|
||||
|
||||
getLogos(): Collection {
|
||||
function format(logo: Logo): number {
|
||||
const levelByFormat = { SVG: 0, PNG: 3, APNG: 1, WebP: 1, AVIF: 1, JPEG: 2, GIF: 1 }
|
||||
|
||||
Reference in New Issue
Block a user