mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Server: fix logs when adding a remote video
This commit is contained in:
parent
8f21730250
commit
a078c1556f
@ -53,7 +53,7 @@ function remoteVideos (req, res, next) {
|
||||
}
|
||||
|
||||
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)
|
||||
Video.generateThumbnailFromBase64(video, videoToCreateData.thumbnailBase64, function (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user