mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 09:12:57 -07:00
parent
f5ffa78304
commit
ccaeaf54cb
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