mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update update-playlists.js
This commit is contained in:
parent
244afb8088
commit
1c925c407a
9 changed files with 56 additions and 41 deletions
|
@ -1,13 +0,0 @@
|
|||
module.exports = function () {
|
||||
let title = this.name
|
||||
|
||||
if (this.resolution.height) {
|
||||
title += ` (${this.resolution.height}p)`
|
||||
}
|
||||
|
||||
if (this.status.label) {
|
||||
title += ` [${this.status.label}]`
|
||||
}
|
||||
|
||||
return title
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue