aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-18 15:22:53 +0100
committerChocobozzz <me@florianbigard.com>2021-11-18 15:32:06 +0100
commit98846837ebb6bfbed3866eee5258946b35769651 (patch)
treeb81e3271dd9ada90d2e1da1618e6d0bf4179055f /client/src/app/shared/shared-video-miniature
parentad5db1044c8599eaaaa2a578b350777ae996b068 (diff)
downloadPeerTube-98846837ebb6bfbed3866eee5258946b35769651.tar.gz
PeerTube-98846837ebb6bfbed3866eee5258946b35769651.tar.zst
PeerTube-98846837ebb6bfbed3866eee5258946b35769651.zip
Stop killing peertube in ci script
Diffstat (limited to 'client/src/app/shared/shared-video-miniature')
-rw-r--r--client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts b/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
index 2ab9f4739..c2a318285 100644
--- a/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
+++ b/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
@@ -2,7 +2,7 @@ import { Component, EventEmitter, Input, OnChanges, Output, ViewChild } from '@a
2import { AuthService, ConfirmService, Notifier, ScreenService } from '@app/core' 2import { AuthService, ConfirmService, Notifier, ScreenService } from '@app/core'
3import { BlocklistService, VideoBlockComponent, VideoBlockService, VideoReportComponent } from '@app/shared/shared-moderation' 3import { BlocklistService, VideoBlockComponent, VideoBlockService, VideoReportComponent } from '@app/shared/shared-moderation'
4import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap' 4import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
5import { UserRight, VideoCaption, VideoState } from '@shared/models' 5import { VideoCaption } from '@shared/models'
6import { 6import {
7 Actor, 7 Actor,
8 DropdownAction, 8 DropdownAction,