Merge pull request #3214 from iptv-org/fix-nsfw-playlist

Fix NSFW playlist
pull/3215/head
Aleksandr Statciuk 4 years ago committed by GitHub
commit 54ecce4da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,6 +33,7 @@ db.channels = {
list: [],
filter: null,
duplicates: true,
nsfw: true,
add(channel) {
this.list.push(channel)
},

Loading…
Cancel
Save