Set title/artist metadata in downloader

This commit is contained in:
TC
2021-01-14 23:01:26 +01:00
parent 25fd48697b
commit 2861473097
4 changed files with 36 additions and 0 deletions

View File

@ -1,6 +1,7 @@
const CHANNEL = "downloader";
const ACTIONS = {
ERROR: "error",
METADATA: "metadata",
};
module.exports = {