()
| 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() |
no outgoing calls
no test coverage detected