mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
started on the episode panel !wip
This commit is contained in:
parent
6ace4d844e
commit
bbf4d72de1
11 changed files with 215 additions and 5 deletions
|
@ -130,6 +130,7 @@ namespace Ombi.Core.Engine.V2
|
|||
item.Requested = oldModel.Requested;
|
||||
item.Available = oldModel.Available;
|
||||
item.Approved = oldModel.Approved;
|
||||
item.SeasonRequests = oldModel.SeasonRequests;
|
||||
|
||||
return await GetExtraInfo(showInfoTask, item);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue