From: Chocobozzz Date: Fri, 10 Mar 2017 09:42:02 +0000 (+0100) Subject: Client: fix prod compilation X-Git-Tag: v0.0.1-alpha~499 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a2457e9de4a598ea34629bc40eb882ce03ec0ede;p=oweals%2Fpeertube.git Client: fix prod compilation --- diff --git a/client/src/app/videos/video-list/video-sort.component.ts b/client/src/app/videos/video-list/video-sort.component.ts index cde307f2f..20979a395 100644 --- a/client/src/app/videos/video-list/video-sort.component.ts +++ b/client/src/app/videos/video-list/video-sort.component.ts @@ -12,7 +12,7 @@ export class VideoSortComponent { @Input() currentSort: SortField; - sortChoices: { [ id: SortField ]: string } = { + sortChoices: { [ P in SortField ]: string } = { 'name': 'Name - Asc', '-name': 'Name - Desc', 'duration': 'Duration - Asc',