mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sort upcoming episodes on same day by sort name
This commit is contained in:
parent
6bca66191f
commit
30a5ad2ae4
3 changed files with 12 additions and 9 deletions
|
@ -4,11 +4,9 @@
|
|||
|
||||
var page = this;
|
||||
|
||||
var now = new Date();
|
||||
|
||||
var options = {
|
||||
|
||||
SortBy: "PremiereDate,AirTime",
|
||||
SortBy: "PremiereDate,AirTime,SortName",
|
||||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "Episode",
|
||||
Limit: 30,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue