aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/redundancy/videos-redundancy.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/redundancy/videos-redundancy.model.ts')
-rw-r--r--shared/models/redundancy/videos-redundancy.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/redundancy/videos-redundancy.model.ts b/shared/models/redundancy/videos-redundancy.model.ts
index eb84964e0..85982e5b3 100644
--- a/shared/models/redundancy/videos-redundancy.model.ts
+++ b/shared/models/redundancy/videos-redundancy.model.ts
@@ -1,4 +1,4 @@
1export type VideoRedundancyStrategy = 'most-views' 1export type VideoRedundancyStrategy = 'most-views' | 'trending'
2 2
3export interface VideosRedundancy { 3export interface VideosRedundancy {
4 strategy: VideoRedundancyStrategy 4 strategy: VideoRedundancyStrategy