diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts index db72ef23c..3dccabe12 100644 --- a/server/lib/activitypub/videos.ts +++ b/server/lib/activitypub/videos.ts | |||
@@ -478,7 +478,7 @@ function videoFileActivityUrlToDBAttributes (videoCreated: VideoModel, videoObje | |||
478 | resolution: fileUrl.height, | 478 | resolution: fileUrl.height, |
479 | size: fileUrl.size, | 479 | size: fileUrl.size, |
480 | videoId: videoCreated.id, | 480 | videoId: videoCreated.id, |
481 | fps: fileUrl.fps | 481 | fps: fileUrl.fps || -1 |
482 | } as VideoFileModel | 482 | } as VideoFileModel |
483 | attributes.push(attribute) | 483 | attributes.push(attribute) |
484 | } | 484 | } |