mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Server: fix logs when adding a remote video
This commit is contained in:
parent
8f21730250
commit
a078c1556f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue