MCPcopy
hub / github.com/iptv-org/iptv / updateFilepath

Method updateFilepath

scripts/models/stream.ts:331–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 }
330
331 updateFilepath(): this {
332 if (this.filepath) return this
333
334 const channel = this.getChannel()
335 if (!channel) return this
336
337 this.filepath = `${channel.country.toLowerCase()}.m3u`
338
339 return this
340 }
341
342 updateTitle(): this {
343 const channel = this.getChannel()

Callers 2

addStreamFunction · 0.80
updateWithIssueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected