diff options
Diffstat (limited to 'client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts | 2 |
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 3c2b46d16..2bc9bf7e4 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 | |||
@@ -163,7 +163,7 @@ export class VideoActionsDropdownComponent implements OnChanges { | |||
163 | return this.video && | 163 | return this.video && |
164 | this.video.isLive !== true && | 164 | this.video.isLive !== true && |
165 | this.video instanceof VideoDetails && | 165 | this.video instanceof VideoDetails && |
166 | this.video.downloadEnabled | 166 | this.video.isDownloadableBy(this.user) |
167 | } | 167 | } |
168 | 168 | ||
169 | canVideoBeDuplicated () { | 169 | canVideoBeDuplicated () { |