mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Fixing start air and end air sorting
This commit is contained in:
parent
846dbcb22e
commit
0170abcffd
@ -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: []};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user