Client: fix prod compilation

This commit is contained in:
Chocobozzz 2017-03-10 10:42:02 +01:00
parent 758b996dc6
commit a2457e9de4
1 changed files with 1 additions and 1 deletions

View File

@ -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',