mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Merge branch 'DotNetCore' of https://github.com/tidusjar/PlexRequests.Net into DotNetCore
This commit is contained in:
commit
1bf63f7902
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ namespace Ombi.Core.Engine
|
|||
{
|
||||
foreach (var requests in value.SeasonRequests)
|
||||
{
|
||||
requests.Episodes.OrderBy(x => x.EpisodeNumber);
|
||||
requests.Episodes = requests.Episodes.OrderBy(x => x.EpisodeNumber).ToList();
|
||||
}
|
||||
}
|
||||
return items;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue