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

Fix NSFW playlist
This commit is contained in:
Aleksandr Statciuk 2021-06-16 20:17:53 +03:00 committed by GitHub
commit 54ecce4da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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