diff options
Diffstat (limited to 'shared/models/redundancy')
-rw-r--r-- | shared/models/redundancy/videos-redundancy.model.ts | 2 |
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 @@ | |||
1 | export type VideoRedundancyStrategy = 'most-views' | 1 | export type VideoRedundancyStrategy = 'most-views' | 'trending' |
2 | 2 | ||
3 | export interface VideosRedundancy { | 3 | export interface VideosRedundancy { |
4 | strategy: VideoRedundancyStrategy | 4 | strategy: VideoRedundancyStrategy |