mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
update date
This commit is contained in:
parent
3b4be8f8be
commit
a5ef758917
@ -39,7 +39,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings.Emby
|
||||
|
||||
var response = await GetResponse<ListingInfo[]>(url).ConfigureAwait(false);
|
||||
|
||||
return response.Where(i => IncludeInResults(i, channelNumber)).Select(GetProgramInfo);
|
||||
return response.Where(i => IncludeInResults(i, channelNumber)).Select(GetProgramInfo).OrderBy(i => i.StartDate);
|
||||
}
|
||||
|
||||
private ProgramInfo GetProgramInfo(ListingInfo info)
|
||||
|
Loading…
Reference in New Issue
Block a user