mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Rename index.topic.m3u to index.content.m3u
This commit is contained in:
parent
57877ad5ec
commit
4d7494b6e2
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
const util = require('./util')
|
||||
const urlParser = require('url')
|
||||
|
||||
const types = ['full', 'country', 'topic']
|
||||
const types = ['full', 'country', 'content']
|
||||
const debug = false
|
||||
let cache = {}
|
||||
let stats = {
|
||||
|
@ -48,7 +48,7 @@ function init() {
|
|||
groupTitle = [ countryName, channel.group ].filter(i => i).join(';')
|
||||
} else if(type === 'country') {
|
||||
groupTitle = countryName
|
||||
} else if(type === 'topic') {
|
||||
} else if(type === 'content') {
|
||||
groupTitle = channel.group
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue