Adding decription on export

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-23 13:28:45 +02:00
parent 4f26163cdf
commit 20e7dbb4fc

View File

@@ -628,6 +628,7 @@ var List = {
playlist: {
title: chan.toLowerCase() + " - Zoff",
tracks: List.found,
description: "Playlist exported from https://zoff.me/" + Helper.encodeChannelName(chan.toLowerCase()),
}
}).then(function(result) {
for(var x = 0; x < List.not_found.length; x++) {