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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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