Fixing start air and end air sorting

This commit is contained in:
Zoe Roux 2021-10-18 21:08:37 +02:00
parent 846dbcb22e
commit 0170abcffd

View File

@ -58,7 +58,7 @@ export class ItemsGridComponent implements OnInit
complexFiltersEnabled: boolean; complexFiltersEnabled: boolean;
sortType: string = "title"; sortType: string = "title";
sortKeys: string[] = ["title", "start year", "end year"]; sortKeys: string[] = ["title", "start air", "end air"];
sortUp: boolean = true; sortUp: boolean = true;
filters: {genres: Genre[], studio: Studio, people: People[]} = {genres: [], studio: null, people: []}; filters: {genres: Genre[], studio: Studio, people: People[]} = {genres: [], studio: null, people: []};