mirror of
https://github.com/zoriya/Kyoo.Angular.git
synced 2025-12-06 06:16:10 +00:00
Fixing start air and end air sorting
This commit is contained in:
@@ -58,7 +58,7 @@ export class ItemsGridComponent implements OnInit
|
||||
complexFiltersEnabled: boolean;
|
||||
|
||||
sortType: string = "title";
|
||||
sortKeys: string[] = ["title", "start year", "end year"];
|
||||
sortKeys: string[] = ["title", "start air", "end air"];
|
||||
sortUp: boolean = true;
|
||||
filters: {genres: Genre[], studio: Studio, people: People[]} = {genres: [], studio: null, people: []};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user