diff --git a/server/public/assets/js/list.js b/server/public/assets/js/list.js index 24c8edcf..0c6fe0db 100755 --- a/server/public/assets/js/list.js +++ b/server/public/assets/js/list.js @@ -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++) {