diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.ts b/client/src/app/videos/+video-edit/shared/video-edit.component.ts index 35d406ee3..66eb6611a 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.ts +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.ts | |||
@@ -101,7 +101,6 @@ export class VideoEditComponent implements OnInit { | |||
101 | this.videoCategories = this.serverService.getVideoCategories() | 101 | this.videoCategories = this.serverService.getVideoCategories() |
102 | this.videoLicences = this.serverService.getVideoLicences() | 102 | this.videoLicences = this.serverService.getVideoLicences() |
103 | this.videoLanguages = this.serverService.getVideoLanguages() | 103 | this.videoLanguages = this.serverService.getVideoLanguages() |
104 | console.log(this.videoLanguages) | ||
105 | 104 | ||
106 | setTimeout(() => this.minScheduledDate = new Date(), 1000 * 60) // Update every minute | 105 | setTimeout(() => this.minScheduledDate = new Date(), 1000 * 60) // Update every minute |
107 | } | 106 | } |