Skip to content
Snippets Groups Projects
Commit 541440a1 authored by paf's avatar paf
Browse files

accept "Player" as file-type in files overview

parent 67021624
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,8 @@ export class FilesComponent implements OnInit {
Booklet: 'Testheft',
SysCheck: 'Systemcheck',
Resource: 'Ressource',
Unit: 'Unit'
Unit: 'Unit',
Player: 'Player'
};
@ViewChild(MatSort, { static: true }) sort: MatSort;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment