diff options
Diffstat (limited to 'client/src/app/+my-library/my-videos/my-videos.component.ts')
-rw-r--r-- | client/src/app/+my-library/my-videos/my-videos.component.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.ts b/client/src/app/+my-library/my-videos/my-videos.component.ts index e89bb12e1..990f85693 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.ts +++ b/client/src/app/+my-library/my-videos/my-videos.component.ts | |||
@@ -162,16 +162,6 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook { | |||
162 | handler: ({ video }) => this.displayLiveInformation(video), | 162 | handler: ({ video }) => this.displayLiveInformation(video), |
163 | isDisplayed: ({ video }) => video.isLive, | 163 | isDisplayed: ({ video }) => video.isLive, |
164 | iconName: 'live' | 164 | iconName: 'live' |
165 | }, | ||
166 | { | ||
167 | label: $localize`Change ownership`, | ||
168 | handler: ({ video }) => this.changeOwnership(video), | ||
169 | iconName: 'ownership-change' | ||
170 | }, | ||
171 | { | ||
172 | label: $localize`Delete`, | ||
173 | handler: ({ video }) => this.deleteVideo(video), | ||
174 | iconName: 'delete' | ||
175 | } | 165 | } |
176 | ] | 166 | ] |
177 | } | 167 | } |