From 9c2e0dbfa9098675390e00ccb0fa49c51b3c6732 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Jun 2018 14:02:57 +0200 Subject: Update iso639 translations for french and deutch --- client/src/app/videos/+video-edit/shared/video-edit.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/videos/+video-edit') 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 66eb6611a..35d406ee3 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,6 +101,7 @@ export class VideoEditComponent implements OnInit { this.videoCategories = this.serverService.getVideoCategories() this.videoLicences = this.serverService.getVideoLicences() this.videoLanguages = this.serverService.getVideoLanguages() + console.log(this.videoLanguages) setTimeout(() => this.minScheduledDate = new Date(), 1000 * 60) // Update every minute } -- cgit v1.2.3