mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-14 20:12:11 +00:00
Upper first case export
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
+1
-1
@@ -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',
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user