aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.component.ts')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.ts b/client/src/app/+videos/+video-watch/video-watch.component.ts
index e6b353220..9bc82d667 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -53,7 +53,7 @@ import {
53} from '../../../assets/player/peertube-player-manager' 53} from '../../../assets/player/peertube-player-manager'
54import { isWebRTCDisabled, timeToInt } from '../../../assets/player/utils' 54import { isWebRTCDisabled, timeToInt } from '../../../assets/player/utils'
55import { environment } from '../../../environments/environment' 55import { environment } from '../../../environments/environment'
56import { VideoWatchPlaylistComponent } from './video-watch-playlist.component' 56import { VideoWatchPlaylistComponent } from './shared'
57 57
58type URLOptions = CustomizationOptions & { playerMode: PlayerMode } 58type URLOptions = CustomizationOptions & { playerMode: PlayerMode }
59 59