mirror of https://github.com/Chocobozzz/PeerTube
Server: fix logs when adding a remote video
parent
8f21730250
commit
a078c1556f
|
@ -53,7 +53,7 @@ function remoteVideos (req, res, next) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function addRemoteVideo (videoToCreateData, callback) {
|
function addRemoteVideo (videoToCreateData, callback) {
|
||||||
logger.debug('Adding remote video %s.', videoToCreateData.magnetUri)
|
logger.debug('Adding remote video "%s".', videoToCreateData.name)
|
||||||
|
|
||||||
const video = new Video(videoToCreateData)
|
const video = new Video(videoToCreateData)
|
||||||
Video.generateThumbnailFromBase64(video, videoToCreateData.thumbnailBase64, function (err) {
|
Video.generateThumbnailFromBase64(video, videoToCreateData.thumbnailBase64, function (err) {
|
||||||
|
|
Loading…
Reference in New Issue