Merge pull request #3214 from iptv-org/fix-nsfw-playlist
Fix NSFW playlist
This commit is contained in:
commit
54ecce4da2
|
@ -33,6 +33,7 @@ db.channels = {
|
|||
list: [],
|
||||
filter: null,
|
||||
duplicates: true,
|
||||
nsfw: true,
|
||||
add(channel) {
|
||||
this.list.push(channel)
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue