]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-search.component.ts
Fix markdown links truncating
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-search.component.ts
index 35566a7bd9d05574f8b971b91260e2349f81279f..b6434f3476cbdead09e3e09c94ba8a24273aa8f0 100644 (file)
@@ -31,9 +31,9 @@ export class VideoSearchComponent extends AbstractVideoList implements OnInit, O
     protected notificationsService: NotificationsService,
     protected authService: AuthService,
     protected location: Location,
+    protected i18n: I18n,
     private videoService: VideoService,
-    private redirectService: RedirectService,
-    private i18n: I18n
+    private redirectService: RedirectService
   ) {
     super()