diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/video/formatter/video-format-utils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/models/video/formatter/video-format-utils.ts b/server/models/video/formatter/video-format-utils.ts index b3c4f390d..0cbad5684 100644 --- a/server/models/video/formatter/video-format-utils.ts +++ b/server/models/video/formatter/video-format-utils.ts | |||
@@ -50,6 +50,8 @@ function videoModelToFormattedJSON (video: MVideoFormattable, options?: VideoFor | |||
50 | uuid: video.uuid, | 50 | uuid: video.uuid, |
51 | shortUUID: uuidToShort(video.uuid), | 51 | shortUUID: uuidToShort(video.uuid), |
52 | 52 | ||
53 | url: video.url, | ||
54 | |||
53 | name: video.name, | 55 | name: video.name, |
54 | category: { | 56 | category: { |
55 | id: video.category, | 57 | id: video.category, |