mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Adding decription on export
This commit is contained in:
@@ -628,6 +628,7 @@ var List = {
|
|||||||
playlist: {
|
playlist: {
|
||||||
title: chan.toLowerCase() + " - Zoff",
|
title: chan.toLowerCase() + " - Zoff",
|
||||||
tracks: List.found,
|
tracks: List.found,
|
||||||
|
description: "Playlist exported from https://zoff.me/" + Helper.encodeChannelName(chan.toLowerCase()),
|
||||||
}
|
}
|
||||||
}).then(function(result) {
|
}).then(function(result) {
|
||||||
for(var x = 0; x < List.not_found.length; x++) {
|
for(var x = 0; x < List.not_found.length; x++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user