Luke Pulverenti %!s(int64=10) %!d(string=hai) anos
pai
achega
a5ef758917

+ 1 - 1
MediaBrowser.Server.Implementations/LiveTv/Listings/Emby/EmbyListingsNorthAmerica.cs

@@ -39,7 +39,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings.Emby
 
 
             var response = await GetResponse<ListingInfo[]>(url).ConfigureAwait(false);
             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)
         private ProgramInfo GetProgramInfo(ListingInfo info)