diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-27 15:09:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 15:09:04 +0200 |
commit | d77ad726631ea09ee1aa92e52cfac8c8c781ec35 (patch) | |
tree | 8f707853071204ece49d7d6ec79fed467067fe4c /client/src/app/videos | |
parent | 0bd84f8bdebeaba9623bce0e389e56bf0906a537 (diff) | |
download | PeerTube-d77ad726631ea09ee1aa92e52cfac8c8c781ec35.tar.gz PeerTube-d77ad726631ea09ee1aa92e52cfac8c8c781ec35.tar.zst PeerTube-d77ad726631ea09ee1aa92e52cfac8c8c781ec35.zip |
Fix deprecated ng-bootstrap methods
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.module.ts b/client/src/app/videos/+video-watch/video-watch.module.ts index 7730919fe..57e3c9c78 100644 --- a/client/src/app/videos/+video-watch/video-watch.module.ts +++ b/client/src/app/videos/+video-watch/video-watch.module.ts | |||
@@ -22,7 +22,7 @@ import { VideoBlacklistComponent } from '@app/videos/+video-watch/modal/video-bl | |||
22 | VideoWatchRoutingModule, | 22 | VideoWatchRoutingModule, |
23 | SharedModule, | 23 | SharedModule, |
24 | ClipboardModule, | 24 | ClipboardModule, |
25 | NgbTooltipModule.forRoot(), | 25 | NgbTooltipModule, |
26 | NgxQRCodeModule | 26 | NgxQRCodeModule |
27 | ], | 27 | ], |
28 | 28 | ||