mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix embed video id parsing
This commit is contained in:
parent
030177d246
commit
6385c0cb7f
2 changed files with 3 additions and 4 deletions
|
@ -39,7 +39,7 @@ async function processVideosViews () {
|
|||
})
|
||||
|
||||
const video = await VideoModel.loadAndPopulateAccountAndServerAndTags(videoId)
|
||||
await federateVideoIfNeeded(video, false)
|
||||
if (video.isOwned()) await federateVideoIfNeeded(video, false)
|
||||
} catch (err) {
|
||||
logger.debug('Cannot create video views for video %d in hour %d. Maybe the video does not exist anymore?', videoId, hour)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue