mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Upper first case export
This commit is contained in:
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
8
public/dist/main.min.js
vendored
8
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -696,7 +696,7 @@ var List = {
|
||||
},
|
||||
data: JSON.stringify({
|
||||
snippet: {
|
||||
title: chan.toLowerCase(),
|
||||
title: Helper.upperFirst(chan.toLowerCase()),
|
||||
description: 'Playlist exported from zoff',
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user