Update playlist/generate.js

This commit is contained in:
Aleksandr Statciuk
2022-02-13 07:03:39 +03:00
parent 777ef7ed20
commit 376a2f67c4
33 changed files with 608 additions and 622 deletions

View File

@@ -1,3 +1,3 @@
module.exports = function () {
return this.channel_id || ''
return this.channel || ''
}