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

View File

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