diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-07 14:38:01 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-01-07 14:47:50 +0100 |
commit | df8340b7b8daf108557309a3eaf97d495dbd2eab (patch) | |
tree | faa9d15081561f1ca2192fb86d3a4729a53e51ee /client/src/app/shared/shared.module.ts | |
parent | 31174a272a65c83c8d3e10e9d5d59786bd05682a (diff) | |
download | PeerTube-df8340b7b8daf108557309a3eaf97d495dbd2eab.tar.gz PeerTube-df8340b7b8daf108557309a3eaf97d495dbd2eab.tar.zst PeerTube-df8340b7b8daf108557309a3eaf97d495dbd2eab.zip |
Add duration to video attributes in watch view
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index a32520820..b2eb13f73 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -85,6 +85,7 @@ import { TimestampInputComponent } from '@app/shared/forms/timestamp-input.compo | |||
85 | import { VideoPlaylistElementMiniatureComponent } from '@app/shared/video-playlist/video-playlist-element-miniature.component' | 85 | import { VideoPlaylistElementMiniatureComponent } from '@app/shared/video-playlist/video-playlist-element-miniature.component' |
86 | import { VideosSelectionComponent } from '@app/shared/video/videos-selection.component' | 86 | import { VideosSelectionComponent } from '@app/shared/video/videos-selection.component' |
87 | import { NumberFormatterPipe } from '@app/shared/angular/number-formatter.pipe' | 87 | import { NumberFormatterPipe } from '@app/shared/angular/number-formatter.pipe' |
88 | import { VideoDurationPipe } from '@app/shared/angular/video-duration-formatter.pipe' | ||
88 | import { ObjectLengthPipe } from '@app/shared/angular/object-length.pipe' | 89 | import { ObjectLengthPipe } from '@app/shared/angular/object-length.pipe' |
89 | import { FromNowPipe } from '@app/shared/angular/from-now.pipe' | 90 | import { FromNowPipe } from '@app/shared/angular/from-now.pipe' |
90 | import { PeerTubeTemplateDirective } from '@app/shared/angular/peertube-template.directive' | 91 | import { PeerTubeTemplateDirective } from '@app/shared/angular/peertube-template.directive' |
@@ -147,6 +148,7 @@ import { InputReadonlyCopyComponent } from '@app/shared/forms/input-readonly-cop | |||
147 | ObjectLengthPipe, | 148 | ObjectLengthPipe, |
148 | FromNowPipe, | 149 | FromNowPipe, |
149 | PeerTubeTemplateDirective, | 150 | PeerTubeTemplateDirective, |
151 | VideoDurationPipe, | ||
150 | 152 | ||
151 | ActionDropdownComponent, | 153 | ActionDropdownComponent, |
152 | MarkdownTextareaComponent, | 154 | MarkdownTextareaComponent, |
@@ -248,7 +250,8 @@ import { InputReadonlyCopyComponent } from '@app/shared/forms/input-readonly-cop | |||
248 | NumberFormatterPipe, | 250 | NumberFormatterPipe, |
249 | ObjectLengthPipe, | 251 | ObjectLengthPipe, |
250 | FromNowPipe, | 252 | FromNowPipe, |
251 | PeerTubeTemplateDirective | 253 | PeerTubeTemplateDirective, |
254 | VideoDurationPipe | ||
252 | ], | 255 | ], |
253 | 256 | ||
254 | providers: [ | 257 | providers: [ |