mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix redundancy with specific videos
This commit is contained in:
@@ -113,7 +113,7 @@ export class VideosRedundancyScheduler extends AbstractScheduler {
|
||||
const getVideoOptions = {
|
||||
videoObject: file.Video.url,
|
||||
syncParam: { likes: false, dislikes: false, shares: false, comments: false, thumbnail: false, refreshVideo: true },
|
||||
fetchType: 'only-video' as 'only-video'
|
||||
fetchType: 'all' as 'all'
|
||||
}
|
||||
const { video } = await getOrCreateVideoAndAccountAndChannel(getVideoOptions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user