Upper first case export

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-16 23:11:00 +01:00
parent 4d6dffc35d
commit 3006237805
3 changed files with 7 additions and 7 deletions

View File

@@ -696,7 +696,7 @@ var List = {
},
data: JSON.stringify({
snippet: {
title: chan.toLowerCase(),
title: Helper.upperFirst(chan.toLowerCase()),
description: 'Playlist exported from zoff',
}
}),