Typo in transcoding debug
This commit is contained in:
@ -51,23 +51,3 @@ function register ({ registerHook, peertubeHelpers }) {
|
||||
export {
|
||||
register
|
||||
}
|
||||
|
||||
function onApplicationInit (peertubeHelpers) {
|
||||
console.log('Hello application world')
|
||||
|
||||
const baseStaticUrl = peertubeHelpers.getBaseStaticRoute()
|
||||
const imageUrl = baseStaticUrl + '/images/chocobo.png'
|
||||
|
||||
const topLeftBlock = document.querySelector('.top-left-block')
|
||||
|
||||
topLeftBlock.style.backgroundImage = 'url(' + imageUrl + ')'
|
||||
}
|
||||
|
||||
function addSymbolToVideoNameResult (result, symbol) {
|
||||
result.data.forEach(v => v.name += ' ' + symbol)
|
||||
|
||||
return {
|
||||
data: result.data,
|
||||
total: result.total
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user