Update generate-playlists.js

This commit is contained in:
Aleksandr Statciuk
2022-02-08 01:11:47 +03:00
parent 5844ed0cd1
commit 02a5c9bfa2
32 changed files with 187 additions and 117 deletions

View File

@@ -1,3 +1,3 @@
module.exports = function () {
return this.channel && this.channel.logo ? this.channel.logo : ''
return this.tvg_logo || ''
}