aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/sql/shared/video-attributes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/video/sql/shared/video-attributes.ts')
-rw-r--r--server/models/video/sql/shared/video-attributes.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/models/video/sql/shared/video-attributes.ts b/server/models/video/sql/shared/video-attributes.ts
index 1a1650dc7..e21b33c73 100644
--- a/server/models/video/sql/shared/video-attributes.ts
+++ b/server/models/video/sql/shared/video-attributes.ts
@@ -1,3 +1,9 @@
1
2/**
3 *
4 * Class to build video attributes we want to fetch from the database
5 *
6 */
1export class VideoAttributes { 7export class VideoAttributes {
2 8
3 constructor (readonly mode: 'get' | 'list') { 9 constructor (readonly mode: 'get' | 'list') {